@snailicide/g-library
    Preparing search index...

    Variable isJsonValue

    isJsonValue: <Type extends Value>(
        value: Type,
    ) => value is Type extends Value ? Type<Type> : never

    Type declaration