UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

4 lines (3 loc) 212 B
export declare const fetchJSON: (url: string) => Promise<JSON>; export declare const fetchXML: (url: string) => Promise<XMLDocument>; export declare const fetchArraybuffer: (url: string) => Promise<ArrayBuffer>;