is-workerd
v0.1.2
Published
Check if the current environment is Cloudflare Workers
Downloads
2
Readme
is-workerd
A simple pkg to check if the current environment is a Cloudflare Workers (workerd) environment.
The detection method is based entirely on conditional entry resolution (npm docs, node.js docs).
Example
import { isWorkerd } from "is-workerd";
// or
import { isCloudflareWorkers } from "is-workerd";