Skip to content

Commit 5f96f77

Browse files
committed
update typings
1 parent 1192735 commit 5f96f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typings/utils.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import { INode } from './types';
2+
export declare function isElement(n: Node | INode): n is Element;

0 commit comments

Comments
 (0)