0.1.0 • Published 9 years ago

typicaljs v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#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

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago