UNPKG

@arcjet/runtime

Version:

Arcjet runtime detection

3 lines (2 loc) 123 B
export type Runtime = "workerd" | "deno" | "node" | "bun" | "edge-light" | ""; export declare function runtime(): Runtime;