UNPKG

339 BTypeScriptView Raw
1import { TSDocConfigFile } from '@microsoft/tsdoc-config';
2export declare class ConfigCache {
3 private static _cachedConfigs;
4 /**
5 * Node.js equivalent of performance.now().
6 */
7 private static _getTimeInMs;
8 static getForSourceFile(sourceFilePath: string): TSDocConfigFile;
9}
10//# sourceMappingURL=ConfigCache.d.ts.map
\No newline at end of file