UNPKG

bugcore

Version:

bugcore is a JavaScript library that provides a foundational architecture for object oriented JS

22 lines (15 loc) 660 B
/* * Copyright (c) 2016 airbug Inc. http://airbug.com * * bugcore may be freely distributed under the MIT license. */ //------------------------------------------------------------------------------- // Script //------------------------------------------------------------------------------- var bugpack = require("bugpack").loadContextSync(module); bugpack.loadExportSync("BugCore"); var BugCore = bugpack.require("BugCore"); //------------------------------------------------------------------------------- // Exports //------------------------------------------------------------------------------- module.exports = BugCore.getInstance();