@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
7 lines • 310 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isDashboardName = void 0;
const dashboardNames = ["BOLOS", "OLOS\u0000"];
const isDashboardName = (name) => dashboardNames.includes(name);
exports.isDashboardName = isDashboardName;
//# sourceMappingURL=isDashboardName.js.map