Skip to content

codestothestars/typicaljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#typicaljs

Provides typical JavaScript utility with functions that go beyond what is provided by the ECMAScript specification.

The typicaljs library consists of multiple modules, one for each type of object for which this library provides utility.

##APIs

Objects

  • copy copies the properties from one or more objects into a new one

Arrays

  • equal determines whether two or more arrays contain the same elements
  • remove removes the first instance of an element from an array

##Download

Node:

  • npm install typicaljs

Direct download (each module can be downloaded and used separately):

##Usage typicaljs can be used in any of the following ways:

  • As an AMD module in any AMD module loader, such as RequireJS
  • As a CommonJS module in any compatible environment, such as Node.js
  • In a basic browser environment, under the global variable typical

##Documentation See the wiki on GitHub.

##Browser Support

  • Chrome
  • Safari
  • Firefox
  • Opera
  • Internet Explorer 9+

##Issues Open an issue on GitHub.

##Contributing See the Contributing page on the wiki.

##Versioning typicaljs adheres to Semantic Versioning

##Author/Maintainer Ariel Ryan-Pagano

##License Copyright 2015 Ariel Ryan-Pagano

Licensed under the MIT License

About

Typical JavaScript utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages