@valchecker/all-steps
v0.0.33
Published
The complete built-in Valchecker step collection for custom instances.
Readme
@valchecker/all-steps
The complete built-in Valchecker step collection for custom instances.
pnpm add @valchecker/all-steps @valchecker/internal
# or
npm install @valchecker/all-steps @valchecker/internalimport { allSteps } from '@valchecker/all-steps'
import { createValchecker } from '@valchecker/internal'
const v = createValchecker({ steps: allSteps })
const schema = v.string().toTrimmed().isNotEmpty()Most applications should install valchecker and use its ready-to-use v instance or its re-exported createValchecker and allSteps APIs. This package is useful when an advanced consumer wants the all-steps collection without the default application instance.
allSteps is derived from runtime-marked public plugin exports. It is not a manually maintained duplicate list. The package is ESM-only, requires Node.js 22 or newer, and declares sideEffects: false.
See the Valchecker documentation and the repository support policy.
