UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

5 lines (3 loc) 140 B
import {isFileKey} from './is-file-key' export const isFolderKey = ({key, path}: {key: string; path: string}) => !isFileKey({key, path})