Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.67 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.67 KB

@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