Files

3 lines
49 B
TypeScript
Raw Permalink Normal View History

2024-04-18 21:12:37 +02:00
declare const NOOP: () => void;
export { NOOP };