mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
* 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
8 lines
293 B
TypeScript
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;
|