Skip to content

Commit 244a987

Browse files
committed
restore import in comment
1 parent 5b7e309 commit 244a987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esm/dom/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { empty } from '../utils.js';
66

77

88
/**
9-
* @param {{ [k in typeof nodeType]: number }}
9+
* @param {import("./element.js").default} element
1010
* @returns {boolean}
1111
*/
1212
export const asElement = ({ [nodeType]: type }) => type === ELEMENT_NODE;

0 commit comments

Comments
 (0)