UNPKG

workspace-tools

Version:

A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:

4 lines (3 loc) 192 B
/** Enable or disable caching for all utilities that support caching */ export declare function setCachingEnabled(enabled: boolean): void; export declare function isCachingEnabled(): boolean;