Skip to content

Installation

bash
npm install @haskou/value-objects
bash
yarn add @haskou/value-objects
bash
pnpm add @haskou/value-objects

Requirements

The package declares Node.js >=20.19.0.

Importing

typescript
import { Email, Timestamp, UUID } from '@haskou/value-objects';

The package exposes the compiled CommonJS entrypoint and TypeScript declarations through the package root.

Published files

Only dist is published. Source files are not part of the npm package payload.

Released under the MIT License.