UNPKG

@scalar/api-client

Version:

the open source API testing client

9 lines 328 B
/** * Hook which handles polling the documentUrl for changes then attempts to merge what is new * * TODO: * - check lastModified or similar headers * - speed up the polling when there's a change then slowly slow it down */ export declare const useOpenApiWatcher: () => void; //# sourceMappingURL=useOpenApiWatcher.d.ts.map