Skip to content

eagle7410/utils-igor-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils-igor-es6

Java script utils write in ecma6.

Installation

npm install utils-igor-es6

Example

index.js

import obj from '../Obj';
import arr from '../Arr';
import type from '../Type';
import date from '../Date';
import str from '../Str';

var testArr = [2,3,4,4,4,4,5];
var testObj = {};

console.log({
	objEmpty   : obj.isEmpty(testObj),
	isFunction : type.isFn(testObj),
	arr        : arr.unique(testArr)
});

Result:

{"objEmpty":true,"isFunction":false,"arr":[2,3,4,5]}

Version

People

Author and developer is Igor Stcherbina

License


MIT

Free Software

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published