Skip to content

Root package

Use the root package for all supported public imports. The package does not ship supported public subpath entrypoints.

  • sha256Hex
  • UnsupportedRuntimeError
import { sha256Hex, UnsupportedRuntimeError } from 'sealed-lattice';
const digest = await sha256Hex('sealed-lattice');
  • 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
  • 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.