UNPKG

workspace-tools

Version:

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

6 lines (5 loc) 241 B
/** * Helper that logs an error to `console.warn` if `process.env.VERBOSE` is set. * This should be replaced with a proper logging system eventually. */ export declare function logVerboseWarning(description: string, err?: unknown): void;