4.0.0 • Published 9 months ago

@shopify/oxygen-workers-types v4.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Oxygen Workers Types

This package provides TypeScript definitions for the Oxygen runtime by Shopify.

It is a derivative of @cloudflare/workers-types.

Development

See the development page

Usage

The following is a minimal tsconfig.json for use alongside this package:

tsconfig.json

{
  "compilerOptions": {
    "target": "ES2020",
    "module": "CommonJS",
    "lib": ["ES2020"],
    "types": ["@shopify/oxygen-workers-types"]
  }
}