tiny-tuple
Tiny tuple for Client or Server, which extends Array.
Example
var tuple = x = ; xlength; // 4x; // [1,2,3,2,4]Object; // true
API
extract()
Returns a frozen flat Array of the Tuple
How can I load Tiny Tuple?
Tiny Tuple supports AMD loaders (require.js, curl.js, etc.), node.js & npm (npm install tiny-tuple), or using a script tag.
License
Copyright (c) 2015 Jason Mulligan Licensed under the BSD-3 license