tokens.js 262 B

123456789
  1. // Copyright (c) Jupyter Development Team.
  2. // Distributed under the terms of the Modified BSD License.
  3. import { Token } from '@lumino/coreutils';
  4. /**
  5. * The path tracker token.
  6. */
  7. export const IMiddleToken = new Token('@jupyterlab/example-federated-middle');