UNPKG

103 BPlain TextView Raw
1export interface ModuleRegistry {
2 has(specifier: string): boolean;
3
4 get(specifier: string): any;
5}