node-dextrin - v0.1.0
    Preparing search index...

    Class export=

    DXN symbol — a bare, unevaluated identifier reference. Wraps a plain string, never a JS Symbol.for global symbol: symbol is deliberately unaffected by the trusted/untrusted decode distinction that keyword gets (see DXNKeyword) — it's always this wrapper, both trusted and untrusted, mirroring Dextrin.Symbol exactly.

    Index
    dxnType: string
    name: string
    • Returns symbol

      a non-global Symbol(name) — safe to create freely, unlike Symbol.for, since it's garbage collected like any other JS value rather than interned forever.