UNPKG

@inversifyjs/core

Version:

InversifyJs core package

15 lines 434 B
export class MaybeClassMetadataFixtures { static get any() { const fixture = { constructorArguments: [], lifecycle: { postConstructMethodNames: new Set(), preDestroyMethodNames: new Set(), }, properties: new Map(), scope: undefined, }; return fixture; } } //# sourceMappingURL=MaybeClassMetadataFixtures.js.map