@magenta/music
Version:
Make music with machine learning, in the browser.
11 lines (10 loc) • 308 B
TypeScript
export interface Performance {
now(): number;
timing: {
navigationStart: number;
};
}
export declare const fetch: typeof window.fetch;
export declare const performance: Performance;
export declare const navigator: any;
export { isSafari, getOfflineAudioContext } from './global_browser';