Root package
Use the root package for all supported public imports. The package does not ship supported public subpath entrypoints.
What lives here
Section titled “What lives here”sha256HexUnsupportedRuntimeError
Typical import style
Section titled “Typical import style”import { sha256Hex, UnsupportedRuntimeError } from 'sealed-lattice';
const digest = await sha256Hex('sealed-lattice');Use the root package when
Section titled “Use the root package when”- you want the supported digest helper
- you want the typed runtime failure for missing Web Crypto digest support
- you want the current stable surface without depending on future internal structure
Explore the generated reference when
Section titled “Explore the generated reference when”- you need exact signatures, types, and return shapes
- you are wiring the current helper into a larger application and want contract-level detail
For the generated symbol reference, see the sealed-lattice module page.