Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

11 righe
389 B

8 anni fa
  1. 'use strict';
  2. // export * from './system/array';
  3. // export * from './system/disposable';
  4. // export * from './system/element';
  5. // export * from './system/event';
  6. // import Event from './system/event';
  7. // export { Event };
  8. export * from './system/function';
  9. export * from './system/iterable';
  10. // export * from './system/map';
  11. export * from './system/object';
  12. export * from './system/string';