diff options
Diffstat (limited to 'ext/node/polyfills/internal_binding/js_stream.ts')
-rw-r--r-- | ext/node/polyfills/internal_binding/js_stream.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/internal_binding/js_stream.ts b/ext/node/polyfills/internal_binding/js_stream.ts new file mode 100644 index 000000000..93e2042b0 --- /dev/null +++ b/ext/node/polyfills/internal_binding/js_stream.ts @@ -0,0 +1,3 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + +export {}; |