hotscript

v1.0.12
A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know.

build

tsup src/index.ts --format esm,cjs && tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist

prepublishOnly

npm run test && npm run build

test

jest

clear-test

jest --clearCache

perf

tsc --project test/tsconfig.json --noEmit --extendedDiagnostics

fmt

prettier ./src/** ./test/** -w

check

tsc --strict --noEmit --extendedDiagnostics

Metadata

  • ISC
  • Whatever
  • Gabriel Vergnaud
  • released 5/6/2023

Downloads

Maintainers