DefinitelyTyped/types/ol/util.d.ts
2020-01-06 13:12:33 -08:00

4 lines
105 B
TypeScript

export const VERSION: string;
export function abstract(): any;
export function getUid(obj: any): string;