revite/src/lib/js.ts
2021-08-05 14:47:00 +01:00

4 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 */