Skip to content

Commit 5c40872

Browse files
author
Josh Hansen
authored
Add missing FunctionNode.name to Typescript types
1 parent 3c54623 commit 5c40872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ declare namespace math {
233233
interface FunctionNode extends MathNodeCommon {
234234
type: 'FunctionNode';
235235
isFunctionNode: true;
236+
name: string;
236237
fn: SymbolNode;
237238
args: MathNode[];
238239
}

0 commit comments

Comments
 (0)