Skip to content
/ js-utils Public

ditoy JS utilities

Notifications You must be signed in to change notification settings

ditoy/js-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ditoy JS utilities

Install through NPM:

npm install ditoy-js-utils --save

Then import as dependencies (ES6-style):

import {*} from 'ditoy-js-utils';

This js library is designed as an external dependency. You need to run Babel in the main project.