UNPKG

106 BTypeScriptView Raw
1export interface ModuleRegistry {
2 has(specifier: string): boolean;
3 get(specifier: string): any;
4}