UNPKG

327 BJavaScriptView Raw
1// Copyright (c) Jupyter Development Team.
2// Distributed under the terms of the Modified BSD License.
3import { Token } from '@lumino/coreutils';
4/* tslint:disable */
5/**
6 * The document registry token.
7 */
8export const IDocumentManager = new Token('@jupyterlab/docmanager:IDocumentManager');
9//# sourceMappingURL=tokens.js.map
\No newline at end of file