1 | // Copyright (c) Jupyter Development Team.
|
2 | // Distributed under the terms of the Modified BSD License.
|
3 | /*-----------------------------------------------------------------------------
|
4 | | Copyright (c) 2014-2017, PhosphorJS Contributors
|
5 | |
|
6 | | Distributed under the terms of the BSD 3-Clause License.
|
7 | |
|
8 | | The full license is in the file LICENSE, distributed with this software.
|
9 | |----------------------------------------------------------------------------*/
|
10 | /**
|
11 | * @packageDocumentation
|
12 | * @module coreutils
|
13 | */
|
14 | export * from './index.common';
|
15 | export * from './random.browser';
|
16 | export * from './uuid.browser';
|