Skip to content

Standard Library

Core types and utilities shared across HoloScript packages.

Overview

@holoscript/std is the standard library layer for common utilities, shared types, and reusable helpers used throughout the ecosystem.

Installation

bash
npm install @holoscript/std

Use When

  • You need foundational helpers in package or app code.
  • You want shared utility behavior aligned with the rest of the ecosystem.
  • You are building extensions or packages that should stay consistent with core conventions.

Key Capabilities

  • Shared utility and type layer.
  • Common baseline abstractions for package authors.
  • Helps reduce duplication across the monorepo.

See Also

Released under the MIT License.