first commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
comment
|
||||
*/
|
||||
function isEventTarget(arg){
|
||||
return arg instanceof EventTarget;
|
||||
}
|
||||
|
||||
export default isEventTarget;
|
||||
Reference in New Issue
Block a user