UNPKG

dgeni

Version:

Flexible JavaScript documentation generator used by both AngularJS and Angular

3 lines 56 B
export interface Injector { get(token: string): any; }