All files / log / _file_handler_symbols.ts

100.00% Branches 0/0
100.00% Lines 7/7
1
2
3
4
5
6
7
8
 
x24
x24
x24
x24
x24
x24
x24






// Copyright 2018-2025 the Deno authors. 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");