UNPKG

sharepoint-util

Version:

A utility library for SharePoint solutions

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