@phosphor/domutils
Version:
PhosphorJS - DOM Utilities
17 lines (16 loc) • 655 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("./clipboard"));
__export(require("./element"));
__export(require("./platform"));
__export(require("./selector"));