Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoego/scalajs-nodejs-markers
https://github.com/exoego/scalajs-nodejs-markers
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exoego/scalajs-nodejs-markers
- Owner: exoego
- License: apache-2.0
- Created: 2022-01-17T14:27:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T20:08:27.000Z (over 1 year ago)
- Last Synced: 2024-11-10T13:06:46.056Z (2 months ago)
- Language: Scala
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# scalajs-nodejs-markers
Contains some marker traits for Node.js.
Implementations for the traits are provided in other libraries, such as [scala-js-nodejs](https://github.com/exoego/scala-js-nodejs) or [aws-sdk-scalajs-facade](https://github.com/exoego/aws-sdk-scalajs-facade)## Support matrix
| | ScalaJS 1.x |
|------------| :----------------: |
| Scala 3.x | :heavy_check_mark: |
| Scala 2.13 | :heavy_check_mark: |
| Scala 2.12 | :heavy_check_mark: |## How to use
This library is not intended to be used by directly.
## License
* Apache License version 2.0
* Basically generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/aws-lambda/index.d.ts which is under MIT License