UNPKG
otp-code-component
Version:
latest (0.0.2)
0.0.2
0.0.1
Google Authenticator 验证组件
otp-code-component
/
dist
/
collection
/
utils
/
utils.js
5 lines
(4 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
export
function
format
(
first, middle, last
) {
return
(first ||
''
) + (middle ?
`
${middle}
`
:
''
) + (last ?
`
${last}
`
:
''
); }
//# sourceMappingURL=utils.js.map