UNPKG

arayts

Version:

让 TypeScript 开发如丝般顺滑。ArayTS 提供了一套高效、优雅的算法工具集,包含常用的数据结构与算法实现,帮助开发者轻松构建可靠的应用程序。

12 lines 256 B
export interface TypeInferConfig { source: string; output: string; name?: string; watch?: boolean; prettier?: { semi: boolean; singleQuote: boolean; tabWidth: number; }; } //# sourceMappingURL=config.d.ts.map