mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-18 12:17:19 +08:00
4 lines
242 B
TypeScript
4 lines
242 B
TypeScript
import { interfaces } from "../interfaces/interfaces";
|
|
declare function resolveInstance(constr: interfaces.Newable<any>, childRequests: interfaces.Request[], resolveRequest: interfaces.ResolveRequestHandler): any;
|
|
export { resolveInstance };
|