1.0.0 • Published 10 months ago

is-workers v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

is-workers

Check if the program is running on Cloudflare Workers

Usage

var isWorkers = require('is-workers');

console.log(isWorkers()); // => Boolean

or

import isWorkers from 'is-workers';

console.log(isWorkers()); // => Boolean 

Installation

With npm do

$ npm install is-workers
1.0.0

10 months ago