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

2 lines
90 B
TypeScript
Raw Normal View History

2020-12-23 17:26:55 +01:00
export declare function fetchOrThrow(url: string, init?: RequestInit): Promise<Response>;