UNPKG

qiniu-path

Version:

A Typescript Library for Qiniu Path

6 lines 316 B
import { Path } from './path'; export declare function fromLocalPath(pathStr: string): Path; export declare function fromWin32Path(pathStr: string): Path; export declare function fromPosixPath(pathStr: string): Path; export declare function fromQiniuPath(pathStr: string): Path; //# sourceMappingURL=convert.d.ts.map