UNPKG

@line/liff-mock

Version:

Make testing your LIFF app easy

3 lines (2 loc) 216 B
import { ActualLiff } from '../type'; export declare const createMockedInit: (injectLiffMock: (liff: Omit<ActualLiff, 'init' | 'use' | 'ready' | 'id'>) => void, isCalledInLiffBrowser: boolean) => ActualLiff['init'];