Sanity Library Reference Docs
    Preparing search index...

    Variable vercelStegaCleanAllConst Alpha

    vercelStegaCleanAll: <Result = unknown>(result: Result) => Result = stegaClean

    Can take a result JSON from a const {result} = client.fetch(query, params, {filterResponse: false}) and remove all stega-encoded data from it.

    Type declaration

      • <Result = unknown>(result: Result): Result
      • Can take a result JSON from a const {result} = client.fetch(query, params, {filterResponse: false}) and remove all stega-encoded data from it.

        Type Parameters

        • Result = unknown

        Parameters

        Returns Result

    Use stegaClean instead