@arcjet/protocol
v1.0.0-alpha.32
Published
The TypeScript & JavaScript interface into the Arcjet protocol
Downloads
17,303
Readme
@arcjet/protocol
The TypeScript & JavaScript interface into the Arcjet protocol.
Installation
npm install -S @arcjet/protocol
Example
// Many types and constants can be imported from package
import { ArcjetMode } from "@arcjet/protocol";
const mode: ArcjetMode = ArcjetMode.DRY_RUN;
API
In progress.
License
Licensed under the Apache License, Version 2.0.