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

2 lines
118 B
TypeScript

export function jsonp(url: string, callback: () => void, opt_errback?: () => void, opt_callbackParam?: string): void;