template-project/node_modules/batch-cluster/dist/Platform.d.ts
2025-05-30 18:13:30 +08:00

4 lines
113 B
TypeScript

export declare const isWin: boolean;
export declare const isMac: boolean;
export declare const isLinux: boolean;