io.scalajs.npm.should.ShouldNoun.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
/**
* Created by ldaniels on 1/8/17.
*/
@js.native
trait ShouldNoun extends js.Object {
def Number(): Assertion = js.native
}