Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic / dist / index.js
Size: Mime:
"use strict";
function __export(m) {
    for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
// eslint-disable-next-line
const types = require("./types");
// eslint-disable-next-line
// import * as core from './core'
exports.exotic = types;
// eslint-disable-next-line
// export const exotic = {
//   ...types,
//   // ...core,
// }
__export(require("./types"));
// export * from './core'
exports.default = exports.exotic;
//# sourceMappingURL=index.js.map