io.scalajs.npm.should.Config.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of should_sjs0.6_2.12 Show documentation
Show all versions of should_sjs0.6_2.12 Show documentation
npm/should binding for Scala.js
The newest version!
package io.scalajs.npm.should
import scala.scalajs.js
@js.native
trait Config extends js.Object {
/**
* Affect if .eql will check objects prototypes
*/
var checkProtoEql: Boolean = js.native
/**
* - Affect if .eql will treat +0 and -0 as equal
*/
var plusZeroAndMinusZeroEqual: Boolean = js.native
}