typicaljs
Version:
Typical JavaScript utility.
8 lines (7 loc) • 540 B
JavaScript
/*
* typicaljs v0.1.0
* https://github.com/codethestars
* Copyright 2015 Ariel Ryan-Pagano (https://github.com/codethestars)
* Licensed under the MIT license
*/
(function(){var e;(function(e,t){typeof define=="function"&&define.amd?define(t):typeof module=="object"&&module.exports?module.exports=t():(e.typical={},e.typical.object=t())})(this,function(){return function(){"use strict";e={copy:function(){var e={},t,n,r;for(t=0;t<arguments.length;t+=1){r=arguments[t];for(n in r)r.hasOwnProperty(n)&&(e[n]=r[n])}return e}}}(),e})})();