3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
|
declare let warnOnce: (_: string) => void;
|
||
|
export { warnOnce };
|