https://github.com/mys1024/utils
Utils that meet my personal needs.
https://github.com/mys1024/utils
javascript jsr npm package utils
Last synced: about 2 months ago
JSON representation
Utils that meet my personal needs.
- Host: GitHub
- URL: https://github.com/mys1024/utils
- Owner: mys1024
- License: mit
- Created: 2024-03-21T13:17:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T20:19:10.000Z (about 2 years ago)
- Last Synced: 2025-10-22T02:48:01.594Z (8 months ago)
- Topics: javascript, jsr, npm, package, utils
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @mys-x/utils
[](https://jsr.io/@mys/utils)
[](https://www.npmjs.com/package/@mys-x/utils)
[](https://bundlephobia.com/package/@mys-x/utils)
[](https://jsr.io/@mys/utils/doc?style=flat-square)
[](https://github.com/mys1024/utils)
[](./LICENSE)
[](https://app.codecov.io/gh/mys1024/utils)
[](https://github.com/mys1024/utils/actions/workflows/ci.yml)
[](https://github.com/mys1024/utils/actions/workflows/release.yml)
_Utils that meet my personal needs._
## Usage
```typescript
import { delay } from "@mys-x/utils"; // or "jsr:@mys/utils"
await delay(1000);
```
## License
[MIT](./LICENSE) License © 2024-PRESENT
[mys1024](https://github.com/mys1024)