lang-cz.d.ts 639 B

1234567891011121314151617181920212223
  1. import { WordlistOwl } from "./wordlist-owl.js";
  2. /**
  3. * The [[link-bip39-cz]] for [mnemonic phrases](link-bip-39).
  4. *
  5. * @_docloc: api/wordlists
  6. */
  7. export declare class LangCz extends WordlistOwl {
  8. /**
  9. * Creates a new instance of the Czech language Wordlist.
  10. *
  11. * Using the constructor should be unnecessary, instead use the
  12. * [[wordlist]] singleton method.
  13. *
  14. * @_ignore:
  15. */
  16. constructor();
  17. /**
  18. * Returns a singleton instance of a ``LangCz``, creating it
  19. * if this is the first time being called.
  20. */
  21. static wordlist(): LangCz;
  22. }
  23. //# sourceMappingURL=lang-cz.d.ts.map