The TypeScript & JavaScript interface into the Arcjet protocol.
npm install -S @arcjet/protocol
// Many types and constants can be imported from package
import { ArcjetMode } from "@arcjet/protocol";
const mode: ArcjetMode = ArcjetMode.DRY_RUN;
In progress.
Licensed under the Apache License, Version 2.0.