UNPKG

@line/liff-mock

Version:

Make testing your LIFF app easy

7 lines (6 loc) 246 B
import { LiffMockApi } from './type'; import { LiffPlugin, LiffPluginContext } from '@line/liff'; export declare class LiffMockPlugin implements LiffPlugin<LiffMockApi> { name: string; install({ liff }: LiffPluginContext): LiffMockApi; }