UNPKG

dioma

Version:

Elegant dependency injection container for vanilla JavaScript and TypeScript

4 lines (3 loc) 74 B
export class Token<T> { constructor(public readonly name?: string) {} }