UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
lib
/
intl
/
locales.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Locale
}
from
'../types/types'
;
/** *
@description
List of locales supported by the library, for runtime checks. */
export
declare
const
Locales
:
Locale
[];