-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
get_map.d.ts 170 B
/**
* Created by glenn on 7/6/2017.
*/
import ol = require('custom-ol');
export default function (map: ol.Map | (() => ol.Map), layer: ol.layer.Base): Promise<ol.Map>;