Files
2026-09-08 11:40:15 +08:00

4 lines
90 B
TypeScript

declare module 'css-color-function'
type PromiseFun = (...arg: any[]) => Promise<any>