[READ-ONLY] Mirror of https://github.com/okikio/opfs.

docs(api): make the root contract inspectable and doc-lint clean master

Previous root exports leaked private helper types through schema-derived aliases and nested support contracts, which made the public API harder to inspect and kept deno doc --lint from passing. Define stable public-facing types for the root surface, export the supporting contracts that callers need to understand, and keep the Zod schema layer on explicit subpaths instead of mixing it into the root package narrative.