Clerc advanced types
npm install @clerc/advanced-types
Advanced runtime types for Clerc.
Exports additional types that can be used to validate and parse data at runtime, extending the capabilities of the core Clerc library.
> [!NOTE]
> You don't have to install this package separately if you are already using @clerc/core package as it has re-exported all the types from this package.
``bash``
$ npm install @clerc/advanced-types
$ yarn add @clerc/advanced-types
$ pnpm add @clerc/advanced-types
Please refer to src/index.ts.