Skip to content

Miscellaneous JavaScript utilities for general use.

Notifications You must be signed in to change notification settings

mehyaa/javascript-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Common Library Build Status Version License

Miscellaneous JavaScript utilities for general use.

Install with npm:

$ npm install @mehyaa/javascript-common

Install with yarn:

$ yarn add @mehyaa/javascript-common

Just a few notes for anyone who wishes to use this library:

  • The library is created from my personal refactorings and merging seperate project's duplicated codes. It's main purpose is personal use so some behavior can be different than expected.

  • The library has no default entry point.

  • The modules within the library must be imported seperately.

  • The modules within the library are as-is and written in EcmaScript 6 so if your target environment uses lower versions of EcmaScript you need to transpile the modules.

About

Miscellaneous JavaScript utilities for general use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published