@redsdev/common-functions
v1.0.15
Published
Library of common functionalities for web projects like String, Object, Calendar Options, and other functions
Downloads
3
Maintainers
Readme
Welcome to @redsdev/common-functions 👋
Library of common functionalities for web projects like String, Object, Calendar Options, and other functions
Install
npm install --save @redsdev/common-functions
Run tests
npm test
Usage Example
import { ObjectUtils } from '@redsdev/common-functions';
const number = 0;
console.log(ObjectUtils.isObject(number)); // false
Utilities
Author
👤 RedsDev
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator