ts-type-checked

v0.0.1
Runtime duck type checking utilities for TypeScript.
TypeScript type checking duck typing

build

babel transformer/*.ts --out-dir transformer --extensions ".ts"

clean

rm -rf transformer/*.js

lint

eslint . --fix --ext .ts

prepublish

yarn build

test:debug

node --inspect node_modules/.bin/jest --runInBand

test:clean

jest --clearCache && rm -rf test/e2e/*.js

test:compile

ttsc --project tsconfig.test.json

test:run

jest

test

yarn test:clean && yarn build && yarn test:run

Metadata

  • MIT
  • Whatever
  • Jan Jakub Nanista
  • released 3/24/2020

Downloads

Maintainers