initial commit
This commit is contained in:
20
lib/dts/bt-flow/expressions/CallExpression.d.ts
vendored
Normal file
20
lib/dts/bt-flow/expressions/CallExpression.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
export default function CallExpression(objectExpression: any, hasSelf: any): {
|
||||
"type": string;
|
||||
"callee": {
|
||||
"type": string;
|
||||
"id": any;
|
||||
"params": any[];
|
||||
"defaults": any[];
|
||||
"body": {
|
||||
"type": string;
|
||||
"body": {
|
||||
"type": string;
|
||||
"argument": any;
|
||||
}[];
|
||||
};
|
||||
"rest": any;
|
||||
"generator": boolean;
|
||||
"expression": boolean;
|
||||
};
|
||||
"arguments": any[];
|
||||
};
|
||||
Reference in New Issue
Block a user