first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// arg!=argでいい気もするがPolyfill前提のコンセプトのため
|
||||
function isNaN(arg){
|
||||
return Number.isNaN(arg);
|
||||
}
|
||||
|
||||
export default isNaN;
|
||||
Reference in New Issue
Block a user