object-is:符合ES6的Object.is填充程序-区分-0和+0,并且可以与NaN进行比较

时间:2024-05-21 13:11:17
【文件属性】:

文件名称:object-is:符合ES6的Object.is填充程序-区分-0和+0,并且可以与NaN进行比较

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-21 13:11:17

JavaScript

#object-is 符合ES2015的Object.is填充程序-区分-0和+0,并且可以与NaN进行比较。 本质上,Object.is返回与===相同的值-但对于NaN为true,对于-0和+0为false。 该软件包实现了接口。 它可以在ES3支持的环境中工作并符合。 例子 Object . is = require ( 'object-is' ) ; var assert = require ( 'assert' ) ; assert . ok ( Object . is ( ) ) ; assert . ok ( Object . is ( undefined ) ) ; assert . ok ( Object . is ( undefined , undefined ) ) ; assert . ok ( Object . is ( null , null ) ) ;


【文件预览】:
object-is-main
----shim.js(306B)
----.eslintrc(42B)
----.github()
--------workflows()
----polyfill.js(181B)
----.npmignore(236B)
----LICENSE(1KB)
----test()
--------shimmed.js(802B)
--------implementation.js(267B)
--------tests.js(2KB)
--------index.js(181B)
----README.md(2KB)
----auto.js(36B)
----.npmrc(55B)
----implementation.js(286B)
----.gitignore(217B)
----index.js(390B)
----CHANGELOG.md(13KB)
----.eslintignore(10B)
----package.json(2KB)
----.nycrc(216B)

网友评论