f-liber
Version:
20 lines (16 loc) • 478 B
JavaScript
/*!
* f-liber v0.17.0
* (c) 2018-present fjc0k <fjc0kb@gmail.com> (https://github.com/fjc0k)
* 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.fLiber = factory());
}(this, (function () { 'use strict';
var index = (function (x) {
x += 1;
return x;
});
return index;
})));