4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
const noop = (): void => {};
|
|
export default noop;
|