UNPKG

@ledgerhq/live-common

Version:
6 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPath = void 0; const getPath = (path) => (path && path.substr(0, 2) !== "m/" ? `m/${path}` : path); exports.getPath = getPath; //# sourceMappingURL=common.js.map