UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

10 lines (9 loc) 483 B
export { Service as Injectable } from '../decorators/service'; export { Container } from './Container'; export { ContainerInstance } from './ContainerInstance'; export { Handler } from './types/Handler'; export { ServiceOptions } from './types/ServiceOptions'; export { ServiceIdentifier } from './types/ServiceIdentifier'; export { ServiceMetadata } from './types/ServiceMetadata'; export { ObjectType } from './types/ObjectType'; export { Token as InjectionToken } from './Token';