https://github.com/scalablytyped/scala-st-node
https://github.com/scalablytyped/scala-st-node
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scalablytyped/scala-st-node
- Owner: ScalablyTyped
- License: mit
- Created: 2020-07-28T19:23:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T23:44:06.000Z (almost 6 years ago)
- Last Synced: 2024-12-29T00:12:22.411Z (over 1 year ago)
- Language: Scala
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-st-node
node bindings for Scala.js (powered by ScalablyTyped)
This is an automatic translation of Typescript definitions @typings/node
It is distributed for Scala 2.12 and 2.13 with Scala.js 1
Add this to your `build.sbt`:
```scala
libraryDependencies ++= Seq(
"com.olvind" %%% "scala-st-node" % "1.0.0-beta22-3.9"
)
```
To use this have a look inside `org.scalablytyped.node`, for instance:
```scala
import org.scalablytyped.node.node.pathMod.{^ => path}
println(path.isAbsolute("/"))
````