This commit is contained in:
14
node_modules/licia/jsonp.d.ts
generated
vendored
Normal file
14
node_modules/licia/jsonp.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function jsonp(options: {
|
||||
url: string;
|
||||
data?: any;
|
||||
success?: types.AnyFn;
|
||||
param?: string;
|
||||
name?: string;
|
||||
error?: types.AnyFn;
|
||||
complete?: types.AnyFn;
|
||||
timeout?: number;
|
||||
}): void;
|
||||
|
||||
export = jsonp;
|
||||
Reference in New Issue
Block a user