UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

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