Preview: register.d.ts
Size: 362 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/any-promise/register.d.ts
import Promise = require('./index');
declare function register (module?: string, options?: register.Options): register.Register;
declare namespace register {
export interface Register {
Promise: typeof Promise;
implementation: string;
}
export interface Options {
Promise?: typeof Promise;
global?: boolean
}
}
export = register;
Directory Contents
Dirs: 1 × Files: 14