UNPKG

@line/liff-mock

Version:

Make testing your LIFF app easy

14 lines (13 loc) 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.permanentLink_setExtraQueryParam = void 0; var const_1 = require("../const"); var GlobalStore_1 = require("../store/GlobalStore"); var MockDataStore_1 = require("../store/MockDataStore"); var permanentLink_setExtraQueryParam = function () { if (!GlobalStore_1.globalStore.isInitCalled) { throw new Error(const_1.ERROR_MESSAGE.REQUIRE_INIT); } return MockDataStore_1.mockStore.getMockData('permanentLink.setExtraQueryParam'); }; exports.permanentLink_setExtraQueryParam = permanentLink_setExtraQueryParam;