@pengzhanbo/utils - v3.4.1
    Preparing search index...

    Type Alias LiteralUnion<Union, Base>

    LiteralUnion: Union | Base & { __zz_IGNORE_ME__?: never }

    A literal type that supports custom further strings but preserves autocompletion in IDEs.

    支持自定义进一步字符串但保留IDE自动完成的字面量类型。

    Type Parameters

    • Union extends Base

      字面量联合类型

    • Base = string

      基础类型,默认为 string