update typings

This commit is contained in:
Yanzhen Yu
2021-03-21 14:50:35 +08:00
parent 1192735af4
commit 5f96f775e8

2
typings/utils.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
import { INode } from './types';
export declare function isElement(n: Node | INode): n is Element;