gen-js/tojs/README.md
2025-03-18 11:24:46 +08:00

12 lines
179 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tojs
把一些ts和js文件转为import可以使用的js文件
浏览器请求的时候返回对应的cache。
## 使用
```ts
import { toJs } from '@kevisual/tojs';
```