1.1.1 • Published 12 months ago
@mi-gpt/utils v1.1.1
@mi-gpt/utils
MiGPT 常用工具方法
import { println, sleep } from "@mi-gpt/utils";
async function main() {
await sleep(1000);
println("hello wolrd!");
}
main();MiGPT 常用工具方法
import { println, sleep } from "@mi-gpt/utils";
async function main() {
await sleep(1000);
println("hello wolrd!");
}
main();