UNPKG

@sysdoc/sharepoint-util

Version:

A utility library for SharePoint solutions

3 lines (2 loc) 164 B
export declare function mkdirp(path: string): Promise<unknown>; export declare function createDirectoryIfNotExist(path: string, operation?: string): Promise<void>;