eyeglass
Version:
Sass modules for npm.
10 lines • 350 B
TypeScript
export declare function resetGlobalCaches(): void;
export declare function realpathSync(path: string): string;
export declare namespace realpathSync {
var resetCache: () => void;
}
export declare function existsSync(path: string): boolean;
export declare namespace existsSync {
var resetCache: () => void;
}
//# sourceMappingURL=perf.d.ts.map