TenantAtlas/apps/platform/.pnpm-store/v10/files/c4/b4a245de423f7ef97edc5384212edd2c38354873c37a81f89e426e446093b1454ca1b6aca51734e6448e6a1ca9cca061c30198f57e88ecf592d7c6df9bc38a
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
236 B
Plaintext

/**
* 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;