Files
2026-01-30 23:47:21 +08:00

4 lines
87 B
TypeScript

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