UNPKG
@nwpr/pass-js
Version:
latest (7.0.2)
7.0.2
7.0.1
7.0.0
Apple Wallet Pass generating and pushing updates from Node.js
github.com/nwpr/pass-js
nwpr/pass-js
@nwpr/pass-js
/
dist
/
lib
/
normalize-locale.d.ts
5 lines
(4 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
/** *
@see
{
@link
https://stackoverflow.com/questions/8758340/regex-to-detect-locales} */
export
declare
function
normalizeLocale
(
locale:
string
):
string
;