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

https://github.com/himynameisdave/utils

🛠 A collection of small utilities and helper functions, written in TypeScript.
https://github.com/himynameisdave/utils

helper-functions helpers typescript-utilities utilities utils utils-library

Last synced: 5 months ago
JSON representation

🛠 A collection of small utilities and helper functions, written in TypeScript.

Awesome Lists containing this project

README

          


@himynameisdave/utils



🛠 A collection of small utilities and helper functions, written in TypeScript.




Maintained with Lerna badge



---

A collection of small utilities and helper functions, written in TypeScript.

## Install

Each module is independently versioned and published, so you can just install the packages you need.

```bash
yarn add @himynameisdave/utils/
```

## Usage

Import your module and use it!

```typescript
import someUtil from '@himynameisdave/utils/someUtil';

// Use it!
```

## Contributing

Feel free to file an issue or open a pull request. Please add unit tests for any new utils/functionality you are adding.

## License

Licensed under MIT.

---

> _✌️ Created by [Dave](https://himynameisdave.com)_