UNPKG

diginext-utils

Version:
6 lines (5 loc) 119 B
/** * Create new directory */ declare function createDir(path: string): true | undefined; export { createDir };