зеркало из https://github.com/microsoft/napajs.git
9 строки
312 B
TypeScript
9 строки
312 B
TypeScript
import { log } from './log';
|
|
import * as memory from './memory';
|
|
import * as metric from './metric';
|
|
import * as runtime from './runtime';
|
|
import * as store from './store';
|
|
import * as transport from './transport';
|
|
import * as zone from './zone';
|
|
|
|
export { log, memory, metric, runtime, store, transport, zone }; |