@platonic-dice/types-core
v3.0.2
Published
Type definitions for @platonic-dice/core
Readme
@platonic-dice/types-core
Type definitions for @platonic-dice/core.
This package provides the TypeScript surface for the pure JS core package.
Install alongside the runtime package:
pnpm add @platonic-dice/core @platonic-dice/types-coreType Testing
This package includes type tests using tsd to validate the public API surface:
cd packages/types-core
pnpm run test:typesThe tests verify that:
- All exported functions have correct signatures
- Type inference works as expected
- Invalid usage is properly rejected by TypeScript
