4.1.10 • Published 18 days ago

@shopify/oxygen-workers-types v4.1.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days 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": "ES2022",
    "module": "ES2022",
    "lib": ["ES2022"],
    "types": ["@shopify/oxygen-workers-types"]
  }
}

To view the Typedoc-generated documentation, navigate to the docs folder within the node_modules/@shopify/oxygen-workers-types directory after installation, and open the index.html file in your preferred web browser.

This package exposes different entrypoints for supported "compatibility date" on the Oxygen platform. Each entrypoint is available to import under its respective date, e.g. @shopify/oxygen-workers-types/2022-10-31. You can review available entrypoints in the aforementioned typedoc-generated documentation.

4.1.8

2 months ago

4.1.7

2 months ago

4.1.9

2 months ago

4.1.10

18 days ago

4.1.6

8 months ago

4.1.4

11 months ago

4.1.3

12 months ago

4.1.2

12 months ago

4.1.1

12 months ago

4.0.0

2 years ago

3.17.3

2 years ago

3.17.2

3 years ago