;(function (f) { // CommonJS if (typeof exports === "object") { module.exports = f(); // RequireJS } else if (typeof define === "function" && define.amd) { define(f); //