mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
* key-utils: create core addon and tests * key-util: remove lib/key-utils and replace all imports with core util
8 lines
137 B
JavaScript
8 lines
137 B
JavaScript
export {
|
|
keyIsFolder,
|
|
keyPartsForKey,
|
|
parentKeyForKey,
|
|
keyWithoutParentKey,
|
|
ancestorKeysForKey,
|
|
} from 'core/utils/key-utils';
|