Darius 405ebe1e8e 1.9.4
2026-02-08 14:36:16 +01:00
2026-02-08 14:36:11 +01:00
2026-02-08 14:36:11 +01:00
2026-02-08 14:36:16 +01:00
2026-02-08 14:36:16 +01:00
2025-11-17 20:35:16 +00:00
2025-11-18 21:46:48 +01:00

Shared TypeScript Types

This package contains shared TypeScript type definitions used across multiple applications.

Setup

1. Initialize the package

npm install
npm run build

Usage in Other Projects

Add to your project's package.json:

{
  "dependencies": {
    "@dpu/types": "git+https://git.dariusbag.dev/DarDarBinks/dpu-types.git",
  }
}

Or install via command:

npm install git+https://git.dariusbag.dev/DarDarBinks/dpu-types.git

Updating the Package

When you make changes to the types:

  1. Update the version in package.json
  2. Build the package: npm run build
  3. Commit and push changes
  4. Update consuming applications: npm update @dpu/types
Description
Types for DPU
Readme 638 KiB
Languages
TypeScript 100%