Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.27 KB
Arcjet Logo

@arcjet/transport

npm badge

Transport mechanisms for the Arcjet protocol.

Installation

npm install -S @arcjet/transport

Example

import { createTransport } from "@arcjet/transport";

// The tranport can be used with the Arcjet protocol's `createClient` function.
const transport = createTransport("https://decide.arcjet.com");

License

Licensed under the Apache License, Version 2.0.