revite/src/lib/js.ts
2022-06-10 16:52:12 +01:00

5 lines
222 B
TypeScript

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