UNPKG

@yoroi/common

Version:
12 lines (11 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFileKey = void 0; const isFileKey = ({ key, path }) => !key.slice(path.length).includes('/'); exports.isFileKey = isFileKey; //# sourceMappingURL=is-file-key.js.map