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

https://github.com/mitscherlich/utils

Collection of common JavaScript / TypeScript utils
https://github.com/mitscherlich/utils

Last synced: 7 months ago
JSON representation

Collection of common JavaScript / TypeScript utils

Awesome Lists containing this project

README

          

# @m9ch/utils

[![npm version](https://badgen.net/npm/v/@m9ch/utils)](https://npm.im/@m9ch/utils) [![npm downloads](https://badgen.net/npm/dm/@m9ch/utils)](https://npm.im/@m9ch/utils)
## Install

via `pnpm`, `yarn` or `npm`:

```bash
pnpm add @m9ch/utils
# or
yarn add @m9ch/utils
# or
npm i -S @m9ch/utils
```

## License

MIT © [Mitscherlich](https://mitscherlich.me)