fn_b/node_modules/concurrently/dist/src/assert.d.ts
2026-02-12 13:55:43 +08:00

6 lines
236 B
TypeScript
Executable File

/**
* Asserts that some condition is true, and if not, prints a warning about it being deprecated.
* The message is printed only once.
*/
export declare function assertDeprecated(check: boolean, name: string, message: string): void;