UNPKG
intl-hmessage
Version:
latest (1.0.2)
1.0.2
1.0.1
international javascript tool
github.com/MNISHoward/intl-hmessage
MNISHoward/intl-hmessage
intl-hmessage
/
dist
/
esm
/
types
/
plugins
/
default.d.ts
6 lines
(5 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
defaultPlugin
: {
getCurrentLang
:
() =>
string
;
listen
(
cb
:
(
lang
:
string
) =>
void
):
void
; };
export
default
defaultPlugin;