UNPKG

mapbox-gl

Version:
17 lines (13 loc) 270 B
'use strict'; // @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;