ts-essentials

v10.0.0
All essential TypeScript types in one place
typescript types essentials utils toolbox toolbelt lodash underscore

test

prettier -c **/*.ts && tsc --outDir ./testDist && rimraf ./testDist

build

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

release

yarn build && yarn formatDeclarations && yarn changeset publish

test:fix

prettier --write **/*.ts && tsc --outDir ./testDist && rimraf ./testDist

prerelease

yarn test

setTsVersion

node scripts/sync-ts-version.js

prepublishOnly

yarn test && yarn build && yarn formatDeclarations

formatDeclarations

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

Metadata

  • MIT
  • Whatever
  • Krzysztof Kaczor
  • released 5/1/2024

Downloads