Skip to content

Commit 42c5d52

Browse files
committed
Add a typing for Func.isVar
1 parent fd8006d commit 42c5d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export interface Func extends ContainerBase {
141141
type: "func";
142142
parent: Container;
143143
isColor: boolean;
144+
isVar: boolean;
144145
name: string;
145146
params: string;
146147
}

0 commit comments

Comments
 (0)