UNPKG

mapbox-gl

Version:
16 lines (12 loc) 256 B
// @flow type Config = {| API_URL: string, REQUIRE_ACCESS_TOKEN: boolean, ACCESS_TOKEN: ?string |}; const config: Config = { API_URL: 'https://api.mapbox.com', REQUIRE_ACCESS_TOKEN: true, ACCESS_TOKEN: null }; module.exports = config;