atelier/ts/util.ts
2025-02-02 12:24:00 -05:00

2 lines
43 B
TypeScript

export type OrPromise<T> = T | Promise<T>;