UNPKG

browser-tabs-lock

Version:

provides locking mechanism to sync across browser tabs

8 lines (7 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index_1 = require("./index"); var getNewInstance = function () { return new index_1.default(); }; exports.getNewInstance = getNewInstance;