protofun

v0.3.1

build

rm -rf dist/ && tsc --project tsconfig.prod.json

check-types

tsc --noEmit

prepublish

npm run build

pack

npm run pack

lint

eslint .

lint:fix

npm run lint -- --fix

test

vitest

test:ui

vitest --ui

coverage

vitest run --coverage

Metadata

Downloads

Maintainers