Files
2025-05-20 13:28:17 +08:00

4 lines
87 B
TypeScript

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