UNPKG

@awo00/smb2

Version:

A SMB2 implementation in TypeScript

7 lines (6 loc) 389 B
export declare const toUnixFilePath: (value: string) => string; export declare const toWindowsFilePath: (value: string) => string; export declare const toUnixPath: (value: string) => string; export declare const toWindowsPath: (value: string) => string; export declare const getRandomInt: (min: number, max: number) => number; export declare const generateGuid: () => Buffer<ArrayBuffer>;