UNPKG
tatau
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Te reo number converter
github.com/jeff-goodman/tatau
jeff-goodman/tatau
tatau
/
dist
/
lib
/
tatau.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
import
{
TatauOptions
}
from
'./options'
;
export
declare
function
tatau
(
input
:
number
,
options
?:
TatauOptions
):
string
;
export
declare
function
tatau
(
input
:
string
,
options
?:
TatauOptions
):
number
;