All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.npm.should.Config.scala Maven / Gradle / Ivy

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy