//! Node.js (NAPI-RS) binding generator backend for alef.
pub
pub use NapiBackend;
/// Re-exported so the TypeScript e2e snippet generator's tests can typecheck a generated
/// snippet against the exact `.d.ts` union type this function produces, rather than a
/// hand-guessed copy of it. See `internal_tagged_union_dts_lines`'s doc comment for why this
/// matters. Test-only: nothing in the non-test binary calls it. ~keep
pub use internal_tagged_union_dts_lines;