@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias NeverThrowingFetch

    NeverThrowingFetch: (
        ...params: Parameters<typeof fetch>,
    ) => Promise<Response | Error>

    Type declaration