Back to Workers Sdk

Miniflare Workers

packages/miniflare/src/workers/README.md

2.0.8420 B
Original Source

Miniflare Workers

This directory contains code for Workers used internally by Miniflare. Files ending in *.worker.ts will be type-checked under @cloudflare/workers-types/experimental, instead of @types/node.

It also contains dependencies (i.e. header/binding names, other constants and types) shared between Workers and the Node.js components of Miniflare. These must type check under both typing environments.