libreccm-legacy/trunk-images/node_modules/jspm-config/dist/es5/ConfigReader.d.ts

16 lines
377 B
TypeScript

import * as Promise from 'any-promise';
/**
* Read jspm config in separate process.
* Should call `close()` when you are done.
*/
export declare class ConfigReader {
private child;
private timer;
constructor();
read(filePath: string): Promise<any>;
close(): void;
private startTimeBomb();
private stopTimeBomb();
private restartTimeBomb();
}