UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

19 lines (18 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFolderKey = void 0; var _isFileKey = require("./is-file-key"); const isFolderKey = _ref => { let { key, path } = _ref; return !(0, _isFileKey.isFileKey)({ key, path }); }; exports.isFolderKey = isFolderKey; //# sourceMappingURL=is-folder-key.js.map