Files

9 lines
72 B
TypeScript
Raw Permalink Normal View History

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