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

3 lines
106 B
Go

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