forked from abner/for-legacy-web
5 lines
186 B
TypeScript
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 */
|