Expose trace schema (!)

This commit is contained in:
Tony Garnock-Jones 2022-01-24 09:09:25 +01:00
parent b4d0559fe2
commit ff75fc7107
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ export * as stream from './gen/stream.js';
export * as sturdy from './gen/sturdy.js';
export * as tcp from './gen/tcp.js';
export * as timer from './gen/timer.js';
export * as trace from './gen/trace.js';
export * as transportAddress from './gen/transportAddress.js';
export * as worker from './gen/worker.js';