UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
wordlists
/
lang-es.d.ts
9 lines
(8 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Wordlist
}
from
'../utils/wordlist'
;
declare
class
LangEs
extends
Wordlist
{
constructor
(
);
getWord
(
index
:
number
):
string
;
getWordIndex
(
word
:
string
):
number
; }
declare
const
langEs
:
LangEs
;
export
{ langEs };