is-lite

v0.6.0
A tiny javascript type testing tool
type test

build

npm run clean && npm run build:ts

build:ts

tsc --outDir lib

watch

npm run build:ts -- -w

clean

rimraf lib

lint

tslint 'src/**/*.ts' 'tools/**/*.ts'

test

jest

test:coverage

jest --bail --coverage

test:watch

jest --watch --verbose

format

prettier "**/*.{js,jsx,json,yml,yaml,css,less,scss,ts,tsx,md,graphql,mdx}" --write

validate

npm run lint && npm run test:coverage && npm run build && npm run size

size

size-limit

prepublishOnly

npm run validate

Metadata

  • MIT
  • Whatever
  • Gil Barbara
  • released 9/22/2019

Downloads

Maintainers