@thegoodcompany/common-utils-js
v2.0.0
Published
Some commonly used javascript functions
Downloads
3
Readme
@thegoodcompany/common-utils-js
@thegoodcompany/common-utils-js provides a set of commonly used JavaScript functions with TypeScript support.
Installation
1. Using npm
npm install @thegoodcompany/common-utils-js
2. Using yarn
yarn add @thegoodcompany/common-utils-js
Usage
import { isLeapYear } from '@thegoodcompany/common-utils-js';
Features
License
This project is licensed under the MIT License - see the LICENSE file for details.