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.
- Host: GitHub
- URL: https://github.com/himynameisdave/utils
- Owner: himynameisdave
- License: mit
- Created: 2019-10-07T19:11:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:11:47.000Z (over 3 years ago)
- Last Synced: 2024-12-23T21:58:42.791Z (over 1 year ago)
- Topics: helper-functions, helpers, typescript-utilities, utilities, utils, utils-library
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@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.
```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)_