UNPKG

vtils

Version:

一个面向业务的 JavaScript/TypeScript 实用程序库。

12 lines (10 loc) 255 B
/** * 开发工具库。 * * @packageDocumentation */ /* istanbul ignore file */ // @index(['./**/*.ts', '!./**/*.test.*', '!**/__*'], f => `export * from '${f.path}'`) export * from "./expectType.js"; export * from "./runBenchmark.js"; // @endindex