UNPKG

@sanity/util

Version:

Utilities shared across projects of Sanity

4 lines 213 B
declare function pathIsEmpty(dir: string): Promise<boolean>; declare function expandHome(filePath: string): string; declare function absolutify(dir: string): string; export { absolutify, expandHome, pathIsEmpty };