DefinitelyTyped/types/ol/util.d.ts
2019-08-06 09:51:34 -07:00

5 lines
184 B
TypeScript

export const VERSION: string;
export function abstract(): any;
export function getUid(obj: any): string;
export function inherits(childCtor: () => void, parentCtor: () => void): void;