Transport mechanisms for the Arcjet protocol.
npm install -S @arcjet/transport
import { createTransport } from "@arcjet/transport";
// The tranport can be used with the Arcjet protocol's `createClient` function.
const transport = createTransport("https://decide.arcjet.com");
Licensed under the Apache License, Version 2.0.