@phosphor/coreutils
Version:
PhosphorJS - Core Utilities
19 lines (18 loc) • 703 B
JavaScript
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2017, PhosphorJS Contributors
|
| Distributed under the terms of the BSD 3-Clause License.
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
__export(require("./json"));
__export(require("./mime"));
__export(require("./promise"));
__export(require("./random"));
__export(require("./token"));
__export(require("./uuid"));
;