UNPKG

nstdlib-nightly

Version:

Node.js standard library converted to runtime-agnostic ES modules.

9 lines (5 loc) 294 B
// Auto generated from Node.js v22.7.0 runtime export const isTTY = (...args) => globalThis.node_binding_tty_wrap_isTTY?.(...args); export const TTY = (...args) => globalThis.node_binding_tty_wrap_TTY?.(...args); const __default_export__ = { isTTY, TTY }; export default __default_export__;