mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-15 09:57:57 +08:00
4 lines
233 B
TypeScript
4 lines
233 B
TypeScript
import { interfaces } from "../interfaces/interfaces";
|
|
declare function multiInject(serviceIdentifier: interfaces.ServiceIdentifier<any>): (target: any, targetKey: string, index?: number | undefined) => void;
|
|
export { multiInject };
|