UNPKG

arayts

Version:

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

17 lines 353 B
declare const config: { input: { path: string; watch: boolean; }; output: { path: string; typeName: string; namespace: string; }; options: { generateInterface: boolean; interfacePrefix: string; addComments: boolean; }; }; //# sourceMappingURL=arayts.config.d.ts.map