first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
import isNode from './is-node.mjs';
|
||||
|
||||
function isDocumentFragment(arg){
|
||||
return isNode(arg) && arg.nodeType===11;
|
||||
}
|
||||
|
||||
export default isDocumentFragment;
|
||||
Reference in New Issue
Block a user