UNPKG

@ai-sdk/provider-utils

Version:
5 lines (4 loc) 126 B
/** * Fetch function type (standardizes the version of fetch used). */ export type FetchFunction = typeof globalThis.fetch;