@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Type Alias BoxedString

    BoxedString: String & { __brand: "BoxedString" }

    A boxed String object type, e.g., new String('string') or Object('string').