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

2 lines
132 B
TypeScript
Raw Normal View History

2020-08-18 14:04:33 +02:00
export declare function fetchOrThrow(url: string, init?: RequestInit): Promise<Response>;
//# sourceMappingURL=fetchOrThrow.d.ts.map