common === easy || simple
Using npm
$> npm i --save @ondaa/common
Using yarn
$> yarn add @ondaa/common
In Node Javascript
// Get Common methods
const common = require("@ondaa/common");
// And you can this
const { isEmpty } = require("@ondaa/common");
// And more type method string, number, object, array, fn
const str = require("@ondaa/common/string");
const num = require("@ondaa/common/number");
const obj = require("@ondaa/common/object");
const arr = require("@ondaa/common/array");
const fn = require("@ondaa/common/fn");
// I will make more method, markdown manual and test script
...
Can also be used in Typescript
// tsfile.ts
import { hasOwnProperty } from "@ondaa/common";
import { camelCase } from "@ondaa/string"
No @types needed. Just use it
Weird modules created by novice developers
Supports Node.js version v8.0.0 and above
This module follows the ES6 standard.
If you are creating a project that supports I.E browsers, you should use webpack, gulp or another transfiler
ISC
P.S Thank you for using my module