UNPKG

@open-audio-stack/core

Version:
4 lines (3 loc) 193 B
export declare function apiBuffer(url: string): Promise<ArrayBuffer>; export declare function apiJson(url: string): Promise<any>; export declare function apiText(url: string): Promise<string>;