UNPKG

use-mutable-source

Version:

Minimal and elegant way to integrate any library with React

8 lines (7 loc) 230 B
export declare const warnings: Set<unknown>; /** * Prints with console.error a message only the first time it is used. * * @param message - the warning message */ export declare function warning(message: string): void;