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
/
plugin.d.ts
7 lines
(6 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LiffMockApi
}
from
'./type'
;
import
{
LiffPlugin
,
LiffPluginContext
}
from
'@line/liff'
;
export
declare
class
LiffMockPlugin
implements
LiffPlugin
<
LiffMockApi
> {
name
:
string
;
install
({ liff }:
LiffPluginContext
):
LiffMockApi
; }