1.0.0-alpha.28 • Published 8 months ago

@arcjet/protocol v1.0.0-alpha.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

@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.