mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
more
This commit is contained in:
8
src/utils/types.d.ts
vendored
8
src/utils/types.d.ts
vendored
@@ -3,4 +3,10 @@ declare global {
|
||||
type ExpectedAny = any;
|
||||
}
|
||||
|
||||
export {};
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
const noop = () => {};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
const noopAsync = async () => {};
|
||||
|
||||
export { noop, noopAsync };
|
||||
|
||||
Reference in New Issue
Block a user