mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-27 07:52:11 -05:00
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 */
|