handmade-revolt/src/lib/js.ts

5 lines
186 B
TypeScript

/* eslint-disable @typescript-eslint/no-empty-function */
export const noop = () => {};
export const noopAsync = async () => {};
/* eslint-enable @typescript-eslint/no-empty-function */