mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-06-04 01:41:09 +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 };
|