UNPKG

quanta.tools

Version:

Quanta.js: JS SDK for Quanta Tools

6 lines (5 loc) 191 B
/** * Simple fetch polyfill for browsers that don't support it * This is a basic implementation that covers the needs of Quanta.js */ export declare function installFetchPolyfill(): void;