@al8b/framework-shared
v0.1.13
Published
Shared types, constants, and low-level helpers used across framework packages.
Readme
@al8b/framework-shared
Shared types, constants, and low-level helpers used across framework packages.
Public API
- Re-exports from
types,constants,utils/path,utils/hash,utils/logger, andutils/async
Notes
- This package should stay dependency-light and framework-generic.
- Prefer moving cross-package helpers here instead of duplicating logic in CLI, server, or bundler code.
Scripts
bun run build
bun run test
bun run clean