UNPKG

@ledgerhq/live-common

Version:
3 lines (2 loc) 128 B
const dashboardNames = ["BOLOS", "OLOS\u0000"]; export const isDashboardName = (name: string) => dashboardNames.includes(name);