Skip to content

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

License

Notifications You must be signed in to change notification settings

himynameisdave/utils

Repository files navigation

@himynameisdave/utils

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


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.

yarn add @himynameisdave/utils/<util_name>

Usage

Import your module and use it!

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