@endo/common

v1.2.7
common low level utilities

build

exit 0

prepack

tsc --build tsconfig.build.json

postpack

git clean -f '*.d.ts*' '*.tsbuildinfo'

lint

yarn lint:types && yarn lint:eslint

lint-check

yarn lint

lint-fix

yarn lint:eslint --fix && yarn lint:types

lint:eslint

eslint '**/*.js'

lint:types

tsc

test

ava

test:c8

c8 $C8_OPTIONS ava --config=ava-nesm.config.js

test:xs

exit 0
npm i @endo/common

Metadata

Downloads