Skip to content

ondaa/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ondaa/common

common === easy || simple

How to install

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

Etc information

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

Licence

ISC

P.S Thank you for using my module

About

common use tool, library

Resources

Stars

Watchers

Forks

Packages

No packages published