UNPKG

node-smb2

Version:

A SMB2 implementation in TypeScript

8 lines (7 loc) 407 B
/// <reference types="node" /> 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;