UNPKG

@line/liff-mock

Version:

Make testing your LIFF app easy

8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiffMockPlugin = void 0; var plugin_1 = require("./plugin"); var plugin_2 = require("./plugin"); Object.defineProperty(exports, "LiffMockPlugin", { enumerable: true, get: function () { return plugin_2.LiffMockPlugin; } }); exports.default = plugin_1.LiffMockPlugin;