DefinitelyTyped/types/ol/index.d.ts
YairTawil c8c7e2781e @types/ol. OpenLayers as ES2015 modules. (#22894)
* Initialize ol type

* Type definitions

* import openlayers

* Update tsconfig.json

* Update index.d.ts

* fix(): no-declare-current-package

* lint(): new line at end of files

* fix(test, lint)

* fix(tsconfig): format tsconfig.json
2018-01-17 10:42:18 -08:00

8 lines
293 B
TypeScript

// Type definitions for ol 4.6
// Project: https://github.com/openlayers/openlayers/tree/master/package#readme
// Definitions by: Yair Tawil <https://github.com/yairtawil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as ol from 'openlayers';
export default ol;