UNPKG

@kepler.gl/utils

Version:

kepler.gl constants used by kepler.gl components, actions and reducers

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;