UNPKG
@line/liff-mock
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Make testing your LIFF app easy
@line/liff-mock
/
dist
/
const.js
8 lines
(7 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ERROR_MESSAGE
=
void
0
;
exports
.
ERROR_MESSAGE
= {
REQUIRE_INIT
:
'You need to call liff.init first.'
,
REQUIRE_LOGIN
:
'You need to call liff.login first.'
, };