UNPKG

unbag

Version:

一个专门用来开发npm工具的包

5 lines 93 B
import { read } from "./utils/read.mjs"; async function start() { return read(); } start();