export { default } from './util/jsonp'; export { EJsonpError } from './const'; export type { IJsonpOptions as JsonpOptions, IJsonpResponse as JsonpResponse } from './types';