Library API
    Preparing search index...

    Variable symConst

    sym: {
        $Discover: typeof $Discover;
        $Extensible: typeof $Extensible;
        $Identity: typeof $Identity;
        $Inspect: typeof $Inspect;
        $LogConfig: typeof $LogConfig;
        $Mutable: typeof $Mutable;
        $Register: typeof $Register;
        $Registry: typeof $Registry;
        $SerializerRegistry: typeof $SerializerRegistry;
        $Target: typeof $Target;
        $Unwrapped: typeof $Unwrapped;
    } = ...

    Type Declaration

    • $Discover: typeof $Discover

      Global symbol for marking discoverable entities in the library system

    • $Extensible: typeof $Extensible

      Global symbol for tracking extensible objects in the library system

    • $Identity: typeof $Identity

      Global symbol for brand-checking class instances across module boundaries

    • $Inspect: typeof $Inspect

      Global symbol for Node.js custom inspection (used by util.inspect)

    • $LogConfig: typeof $LogConfig

      Global symbol for identifying logging configuration objects

    • $Mutable: typeof $Mutable

      Global symbol for marking class members exempt from immutability enforcement

    • $Register: typeof $Register

      Global symbol for marking registered types

    • $Registry: typeof $Registry

      Global symbol for accessing the type registry

    • $SerializerRegistry: typeof $SerializerRegistry

      Global symbol for accessing the serializer registry

    • $Target: typeof $Target

      Global symbol for identifying target objects in the library system

    • $Unwrapped: typeof $Unwrapped

      Global symbol for opting out of class decorator subclass wrapping