UNPKG
otp-code-component
Version:
latest (0.0.2)
0.0.2
0.0.1
Google Authenticator 验证组件
otp-code-component
/
dist
/
types
/
utils
/
utils.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
export
declare
function
format
(
first
?:
string
,
middle
?:
string
,
last
?:
string
):
string
;