UNPKG

478 BJavaScriptView Raw
1// Copyright (c) Jupyter Development Team.
2// Distributed under the terms of the Modified BSD License.
3import { Token } from '@lumino/coreutils';
4/**
5 * A token for which a plugin can provide to respond to connection failures
6 * to the application server.
7 */
8export const IConnectionLost = new Token('@jupyterlab/apputils:IConnectionLost');
9/**
10 * The URL Router token.
11 */
12export const IRouter = new Token('@jupyterlab/application:IRouter');
13//# sourceMappingURL=tokens.js.map
\No newline at end of file