ts-essentials

v7.0.2
All essential TypeScript types in one place
typescript types essentials utils toolbox toolbelt lodash underscore

test

prettier -c **/*.ts && tsc --noEmit

build

rimraf ./dist && tsc -p tsconfig.prod.json --outDir ./dist

test:fix

prettier --write **/*.ts && tsc --noEmit

prepublishOnly

yarn test && yarn build && yarn formatDeclarations

formatDeclarations

prettier --ignore-path *.js --write dist/*.d.ts

Metadata

  • MIT
  • Whatever
  • Krzysztof Kaczor
  • released 6/8/2021

Downloads

Maintainers