UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

8 lines (7 loc) 281 B
/** * This method validates mapbox token. * This token provides a simple synchronous validation * @param {string} token the Mapbox token to validate * @return {boolean} true if token is valid, false otherwise */ export declare const validateToken: (token: string) => boolean;