mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
9 lines
401 B
TypeScript
9 lines
401 B
TypeScript
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
export const fileSymbol = Symbol("file");
|
|
export const bufSymbol = Symbol("buf");
|
|
export const pointerSymbol = Symbol("pointer");
|
|
export const filenameSymbol = Symbol("filename");
|
|
export const modeSymbol = Symbol("mode");
|
|
export const openOptionsSymbol = Symbol("openOptions");
|
|
export const encoderSymbol = Symbol("encoder");
|