Files
vscode-gitlens/src/system.ts
Eric Amodio aacf7cc2b5 Reworks date parsing, formatting etc for perf
Isolates moment.js
2017-09-14 21:52:51 -04:00

13 lines
417 B
TypeScript

'use strict';
export * from './system/array';
export * from './system/date';
// export * from './system/disposable';
// export * from './system/element';
// export * from './system/event';
// import Event from './system/event';
// export { Event };
export * from './system/function';
export * from './system/iterable';
// export * from './system/map';
export * from './system/object';
export * from './system/string';