Skip to content

Commit 8af0192

Browse files
committed
chore: fix type
1 parent 6177491 commit 8af0192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/estree/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import type { TSESTree } from "@typescript-eslint/types"
66

77
export type Node = TSESTree.Node
8+
export type Program = TSESTree.Program
89
export type Expression = TSESTree.Expression
910
export type Statement = TSESTree.Statement
1011
export type Pattern = TSESTree.Pattern

0 commit comments

Comments
 (0)