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

    Variable isJsonifiableObject

    isJsonifiableObject: <Type extends PlainObject>(
        value: unknown,
    ) => value is Type extends JsonObject ? Type<Type> : JsonObject

    Type declaration

      • <Type extends PlainObject>(
            value: unknown,
        ): value is Type extends JsonObject ? Type<Type> : JsonObject
      • Checks if a value is a JSONifiable object.

        Type Parameters

        Parameters

        • value: unknown

        Returns value is Type extends JsonObject ? Type<Type> : JsonObject