UNPKG

@honeo/check

Version:

型・インスタンスなどの確認

11 lines (8 loc) 159 B
/* comment */ import isNode from './is-node.mjs'; function isTextNode(arg){ return isNode(arg) && arg.nodeType===3; } export default isTextNode;