face-api/build/dom/fetchOrThrow.d.ts

2 lines
132 B
TypeScript

export declare function fetchOrThrow(url: string, init?: RequestInit): Promise<Response>;
//# sourceMappingURL=fetchOrThrow.d.ts.map