UNPKG

@honeo/check

Version:

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

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