UNPKG

@inversifyjs/core

Version:

InversifyJs core package

12 lines 335 B
export function getDefaultClassMetadata() { return { constructorArguments: [], lifecycle: { postConstructMethodNames: new Set(), preDestroyMethodNames: new Set(), }, properties: new Map(), scope: undefined, }; } //# sourceMappingURL=getDefaultClassMetadata.js.map