@eik/common

v4.1.1
Common utilities for Eik modules

clean

rimraf .tap node_modules types

lint

eslint .

lint:fix

eslint --fix .

schema:types

json2ts lib/schemas/eikjson.schema.json > eikjson.d.ts

schema:outdated

npm run schema:types && git diff --exit-code HEAD:eikjson.d.ts eikjson.d.ts

test

tap --disable-coverage --allow-empty-coverage

types

run-s types:module types:test

types:module

tsc

types:test

tsc --project tsconfig.test.json
npm i @eik/common

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 8/16/2024

Downloads