Skip to content

Commit

Permalink
Restore browser types exports (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Sep 28, 2024
1 parent cf91be6 commit 384b656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/browser/avsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/

let containers = require('../../lib/containers'),
types = require('../../lib/types'),
stream = require('stream');

/** Transform stream which lazily reads a blob's contents. */
Expand Down Expand Up @@ -104,5 +105,7 @@ function createBlobEncoder(schema, opts) {
module.exports = {
createBlobDecoder,
createBlobEncoder,
streams: containers.streams
streams: containers.streams,
Type: types.Type,
types: types.builtins,
};

0 comments on commit 384b656

Please sign in to comment.