mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Fixes to get the tests working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// These examples are from Mapbox (https://www.mapbox.com/mapbox-gl-js/examples/) and therefore under the copyright of Mapbox Inc.
|
||||
/// <reference path="./mapbox-gl.d.ts" />
|
||||
/// <reference path="./typings/index.d.ts" />
|
||||
/// <reference path="../geojson/geojson.d.ts" />
|
||||
|
||||
/**
|
||||
* Set API Access Token
|
||||
|
||||
Vendored
+2
@@ -3,6 +3,8 @@
|
||||
// Definitions by: Dominik Bruderer <https://github.com/dobrud>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../geojson/geojson.d.ts" />
|
||||
|
||||
declare namespace mapboxgl {
|
||||
let accessToken: string;
|
||||
let version: string;
|
||||
|
||||
Reference in New Issue
Block a user