UNPKG

terriajs

Version:

Geospatial data visualization platform.

12 lines (9 loc) 218 B
import "core-js/features/promise"; /** * Loads a polyfill suite from polyfill.io and then calls the provided * callback when it is ready */ function polyfill(callback) { callback(); } module.exports = polyfill;