ts-type-checked

v0.5.0
Type checking utilities for TypeScript.
TypeScript type checking type checks duck typing type guards

build:source

tsc

build

yarn build:source && yarn copy:meta && yarn lint:build

clean

rm -rf dist && rm -rf sandbox && rm -rf test/node_modules/ts-type-checked && rm -rf examples/node_modules/ts-type-checked

copy:meta

./scripts/copy-metadata.sh

lint:source

eslint . --fix --ext .ts,.tsx

lint:build

eslint ./dist --fix --ext .js,.ts

test:examples

cd examples && yarn && yarn build && yarn start

test:scenarios

./scripts/test-scenarios.sh

test:version

./scripts/test.sh

test:versions

./scripts/test-all-versions.sh

test

yarn test:scenarios && yarn test:versions && yarn test:examples

Metadata

  • MIT
  • Whatever
  • Jan Jakub Nanista
  • released 6/26/2020

Downloads

Maintainers