mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
* [@types/ol] Update to openlayers 5.3 * [@types/ol] fix case sensitive * [@types/ol] fix case sensitive
2 lines
122 B
TypeScript
2 lines
122 B
TypeScript
export function jsonp(url: string, callback: (() => void), opt_errback?: (() => void), opt_callbackParam?: string): void;
|