Files
structrail-design/tracers.ts
skycurtain 5a80d653c1 refactor(array-tracer): 移除泛型默认值并重命名参数
- 移除 `T extends JsonValue = JsonValue` 中的默认类型参数
- 将接口中的 `item` 参数重命名为 `element` 以提高可读性
- 删除被注释掉的调试代码 `console.log`
2026-03-04 14:45:57 +08:00
..

tracers.ts

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.3.4. Bun is a fast all-in-one JavaScript runtime.