Files
crawlab/frontend/crawlab-ui/typings/utils/os.d.ts

3 lines
106 B
TypeScript

export declare const isWindows: () => boolean;
export declare const getOSPathSeparator: () => "/" | "\\";