io.scalajs.npm.should.ShouldChecks.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 ShouldChecks extends js.Object {
def lengthOf(length: Int): js.Any = js.native
}