Skip to content

mys1024/utils

Repository files navigation

@mys-x/utils

jsr-version npm-version npm-minzip docs stars license

coverage workflow-ci workflow-release

Utils that meet my personal needs.

Usage

import { delay } from "@mys-x/utils"; // or "jsr:@mys/utils"

await delay(1000);

License

MIT License © 2024-PRESENT mys1024