UNPKG

@sanity/util

Version:

Utilities shared across projects of Sanity

8 lines (4 loc) 197 B
export declare function absolutify(dir: string): string export declare function expandHome(filePath: string): string export declare function pathIsEmpty(dir: string): Promise<boolean> export {}