zimilar
Version:
Blazing fast Javascript UI library
16 lines (13 loc) • 376 B
JavaScript
/*!
* zimilar v0.0.1
* (c) 2016 undefined
* Released under the MIT License.
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Zimilar = factory());
}(this, function () { 'use strict';
var index = {};
return index;
}));