Skip to content

rescript-lang/experimental-rescript-webapi

This branch is 176 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55e32d6 · Nov 19, 2024
Nov 14, 2024
Nov 19, 2024
Nov 19, 2024
Nov 16, 2024
Nov 14, 2024
Nov 14, 2024
Oct 22, 2024
Nov 14, 2024
Nov 16, 2024
Nov 18, 2024
Nov 18, 2024
Nov 14, 2024

Repository files navigation

NPM Version

experimental-rescript-webapi

Experimental successor to rescript-webapi

Getting started

Install the package using your favorite package manager:

npm i -D @rescript/webapi@experimental

and add @rescript/webapi to your rescript.json:

{
  "bs-dependencies": [
+    "@rescript/webapi",
  ],
  "bsc-flags": [
+    "-open WebAPI.Global"
  ]
}

Documentation

More information can be found on https://rescript-lang.github.io/experimental-rescript-webapi/