An open API service indexing awesome lists of open source software.

https://github.com/scala-js/scala-js-stubs

Stubs to use Scala.js annotations in cross-platform codebases
https://github.com/scala-js/scala-js-stubs

Last synced: 7 months ago
JSON representation

Stubs to use Scala.js annotations in cross-platform codebases

Awesome Lists containing this project

README

          

# scalajs-stubs

`scalajs-stubs` is a tiny compile-time-only library of stubs for some Scala.js-specific annotations, which can be used in non-Scala.js projects.
It is meant to be used in the JVM and/or Native platforms of cross-compiling projects.

```scala
libraryDependencies += "org.scala-js" %% "scalajs-stubs" % "1.1.0"
```