UNPKG

windows-drive-letters

Version:

List of available drive letters for use in Windows OS

7 lines (6 loc) 305 B
export declare function free(): Promise<string[]>; export declare function freeSync(): string[]; export declare function used(): Promise<string[]>; export declare function usedSync(): string[]; export declare function randomFree(): Promise<string>; export declare function randomFreeSync(): string;