mirror of
https://github.com/theroyallab/YALS.git
synced 2026-04-22 23:38:51 +00:00
Tree: Add utils file
Used for utility types. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
1
types/utils.ts
Normal file
1
types/utils.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type MaybePromise<T> = (() => T) | (() => Promise<T>);
|
||||
Reference in New Issue
Block a user