UNPKG

@inversifyjs/core

Version:

InversifyJs core package

16 lines 412 B
export class GetPlanOptionsFixtures { static get any() { const fixture = { isMultiple: false, name: 'any', optional: false, serviceIdentifier: 'service-id', tag: { key: 'tag-key', value: 'tag-value', }, }; return fixture; } } //# sourceMappingURL=GetPlanOptionsFixtures.js.map