mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
export declare const isWindows: () => boolean;
|
|
export declare const getOSPathSeparator: () => "/" | "\\";
|