UNPKG

@worker-tools/response-creators

Version:

A collection of factory functions for Fetch API Response types with pre-filled status and status-text headers for well-known HTTP status codes.

38 lines 1.06 kB
{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@worker-tools/response-creators", "version": "1.2.0-pre.6", "description": "A collection of factory functions for Fetch API Response types with pre-filled status and status-text headers for well-known HTTP status codes.", "license": "MIT", "publishConfig": { "access": "public" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "repository": { "type": "git", "url": "git+https://github.com/worker-tools/response-creators.git" }, "bugs": { "url": "https://github.com/worker-tools/response-creators/issues" }, "homepage": "https://workers.tools/response-creators", "keywords": [ "cloudflare-workers", "fetch-api", "http-status-codes", "response", "service-workers", "workers" ], "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js", "types": "./types/index.d.ts" } }, "dependencies": {}, "devDependencies": {} }