UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

7 lines (6 loc) 218 B
export declare function jsonpRequest({ url, callback, errorCallback, timeout, }: { url: string; callback: (data: any) => void; errorCallback?: (error: string) => void; timeout?: number; }): () => void;