@fastly/as-fetch

v0.4.1
![npm version](https://img.shields.io/npm/v/@fastly/as-fetch) ![npm downloads per month](https://img.shields.io/npm/dm/@fastly/as-fetch)

docs

npm run docs:clean && npm run docs:typedoc

lint

npx prettier --write ./**/*.ts

test

asp --verbose

test:ci

asp --summary --nologo && npm run docs

docs:clean

rm -rf reference-docs

install:ci

HUSKY_SKIP_INSTALL=true npm ci

docs:typedoc

typedoc --plugin typedoc-plugin-markdown --theme markdown --disableSources --out reference-docs --tsconfig assembly/tsconfig.json --readme none --exclude "node_modules/assemblyscript/**/*" --exclude "assembly/fetchly/abi/**/*" --exclude "assembly/__tests__/*" assembly/index.ts

prepublishOnly

npm run docs
npm i @fastly/as-fetch

Metadata

Downloads