4 lines
231 B
TypeScript
4 lines
231 B
TypeScript
export declare function warnDeprecation(message: string): void;
|
|
/** Clear deprecation warning state. Exported for tests. */
|
|
export declare function clearDeprecationWarningsForTests(): void;
|
|
//# sourceMappingURL=deprecation.d.ts.map
|