https://github.com/scalablytyped/scala-st-std
https://github.com/scalablytyped/scala-st-std
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scalablytyped/scala-st-std
- Owner: ScalablyTyped
- License: mit
- Created: 2020-06-19T14:24:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T22:07:05.000Z (almost 6 years ago)
- Last Synced: 2025-05-20T12:09:25.054Z (about 1 year ago)
- Language: Scala
- Size: 1.69 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-st-std
Javascript standard library bindings for Scala.js (powered by ScalablyTyped)
This is an automatic translation of Typescript definitions of the Javascript standard library.
For educational purposes it contains commits for all versions of the Typescript definitions of es6 going back to 1.8 (a few years).
It is distributed for Scala 2.12 and 2.13 with Scala.js 1
Add this to your `build.sbt`:
```
libraryDependencies ++= Seq(
"com.olvind" %%% "scala-st-std" % "1.0.0-beta22-3.9"
)
```
To use this have a look inside `org.scalablytyped.std.global`, for instance:
```scala
org.scalablytyped.std.global.console.warn("Hello, World!")
````