Skip to content

Commit 6583bd1

Browse files
committed
typings: update internal_only_v8 queryObjects type
Signed-off-by: HoonDongKang <d159123@naver.com>
1 parent 6f39e0e commit 6583bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export interface InternalOnlyV8Binding {
2-
queryObjects(prototype: object): object[];
2+
queryObjects(prototype: unknown): object[];
33
}

0 commit comments

Comments
 (0)