Skip to content

m59peacemaker/js-object.is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object.is

Object.is() ponyfill

use the built-in

If you don't need to support Internet Explorer, you probably do not need this package. Object.is() is supported in most environments. Just use Object.is() directly.

install

$ npm install object.is

example

const is = require('object.is')

is('foo', 'foo') // => true
is(NaN, 0 / 0 ) // => true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published