UNPKG

torc-api

Version:

torc-api is a lightweight wrapper to simplify HTTP requests

5 lines 137 B
export type APIOptions = RequestInit & { abortSeconds: number; formatToJSON: boolean; }; //# sourceMappingURL=APIOptions.d.ts.map