Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 25, 2022
1 parent 7e3ab33 commit 1447b28
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 390 deletions.
2 changes: 1 addition & 1 deletion packages/marshal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export { deeplyFulfilled } from './src/deeplyFulfilled.js';
export { makeTagged } from './src/makeTagged.js';
export { Remotable, Far, ToFarFunction } from './src/make-far.js';

export { QCLASS } from './src/encodeToJSON.js';
export { QCLASS } from './src/encodeToCapData.js';
export { makeMarshal } from './src/marshal.js';
export { stringify, parse } from './src/marshal-stringify.js';

Expand Down
Loading

0 comments on commit 1447b28

Please sign in to comment.