lang-es.d.ts 639 B

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