mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-28 00:04:46 -05:00
4 lines
186 B
TypeScript
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 */
|