Files
huishou/node_modules/licia/defined.d.ts
T
2026-07-27 13:37:48 +08:00

4 lines
66 B
TypeScript

declare function defined(...args: any[]): any;
export = defined;