UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

12 lines 208 B
import { isFileKey } from './is-file-key'; export const isFolderKey = _ref => { let { key, path } = _ref; return !isFileKey({ key, path }); }; //# sourceMappingURL=is-folder-key.js.map