docs: document package sources

This commit is contained in:
Peter Steinberger
2026-06-04 20:54:41 -04:00
parent b8d08f0cfd
commit 4df95d3c3f
270 changed files with 274 additions and 1 deletions
@@ -1,3 +1,4 @@
// Normalization Core module implements string normalization behavior.
import { normalizeOptionalLowercaseString, normalizeOptionalString } from "./string-coerce.js";
/** Coerces entries to strings, trims them, and drops empty results. */