@fastly/as-fetch

v0.1.0
!![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

docs:clean

rm -rf docs

install:ci

HUSKY_SKIP_INSTALL=true npm install

docs:typedoc

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

prepublishOnly

npm run docs
npm i @fastly/[email protected]

Metadata

Downloads