Skip to content

Commit

Permalink
feat(core): exporting archive interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lynchbomb committed Oct 25, 2019
1 parent c4ee0f2 commit a3c1d18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/tracerbench/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,14 @@ export {
ITraceEvent,
IAnalyze,
IConditions,
IArchive,
ILog,
IPage,
IPageTimings,
IRequest,
IResponse,
IHeaders,
IContent,
IEntry,
} from './trace';
export * from './util';
2 changes: 1 addition & 1 deletion packages/tracerbench/src/trace/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export { default as Process } from './process';
export { default as Trace } from './trace';
export { default as Thread } from './thread';
export { analyze, IAnalyze } from './analyze';
export { recordHARClient } from './archive_trace';
export * from './archive_trace';
export { loadTrace } from './load_trace';
export { liveTrace } from './live_trace';
export { networkConditions, IConditions } from './conditions';
Expand Down

0 comments on commit a3c1d18

Please sign in to comment.