lang-it.d.ts 636 B

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