UNPKG

nstdlib-nightly

Version:

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

24 lines (18 loc) 539 B
// Shimmed by nstdlib export const getCLIOptionsValues = (...args) => [] export const getCLIOptionsInfo = (...args) => globalThis.node_binding_options_getCLIOptionsInfo(...args); export const getEmbedderOptions = (...args) => globalThis.node_binding_options_getEmbedderOptions(...args); export const envSettings = { "kAllowedInEnvvar": 0, "kDisallowedInEnvvar": 1 }; export const types = { "kNoOp": 0, "kV8Option": 1, "kBoolean": 2, "kInteger": 3, "kUInteger": 4, "kString": 5, "kHostPort": 6, "kStringList": 7 };