diff options
Diffstat (limited to 'std/node/_stream/symbols.ts')
-rw-r--r-- | std/node/_stream/symbols.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/std/node/_stream/symbols.ts b/std/node/_stream/symbols.ts new file mode 100644 index 000000000..addb969d3 --- /dev/null +++ b/std/node/_stream/symbols.ts @@ -0,0 +1,4 @@ +// Copyright Node.js contributors. All rights reserved. MIT License. +export const kConstruct = Symbol("kConstruct"); +export const kDestroy = Symbol("kDestroy"); +export const kPaused = Symbol("kPaused"); |