@suluk/i18n - v0.1.0
    Preparing search index...

    Type Alias KeyParity<Default>

    KeyParity: { [K in keyof Default]: string }

    Compile-time key-parity helper: a locale catalog typed KeyParity<typeof enCatalog> must declare EXACTLY the default's keys (no missing, no extra). Use it on each non-default catalog so a dropped/typo'd key is a type error.

    Type Parameters