An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# @mys-x/utils

[![jsr-version](https://img.shields.io/jsr/v/@mys/utils?style=flat-square&color=%23f7df1e)](https://jsr.io/@mys/utils)
[![npm-version](https://img.shields.io/npm/v/@mys-x/utils?style=flat-square&color=%23cb3837)](https://www.npmjs.com/package/@mys-x/utils)
[![npm-minzip](https://img.shields.io/bundlephobia/minzip/@mys-x/utils?style=flat-square&label=minzip)](https://bundlephobia.com/package/@mys-x/utils)
[![docs](https://img.shields.io/badge/docs-reference-blue?style=flat-square)](https://jsr.io/@mys/utils/doc?style=flat-square)
[![stars](https://img.shields.io/github/stars/mys1024/utils?style=flat-square)](https://github.com/mys1024/utils)
[![license](https://img.shields.io/github/license/mys1024/utils?&style=flat-square)](./LICENSE)

[![coverage](https://img.shields.io/codecov/c/github/mys1024/utils?style=flat-square)](https://app.codecov.io/gh/mys1024/utils)
[![workflow-ci](https://img.shields.io/github/actions/workflow/status/mys1024/utils/ci.yml?label=ci&style=flat-square)](https://github.com/mys1024/utils/actions/workflows/ci.yml)
[![workflow-release](https://img.shields.io/github/actions/workflow/status/mys1024/utils/release.yml?label=release&style=flat-square)](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)