UNPKG

@azure/static-web-apps-cli

Version:
7 lines 228 B
export declare function isWSL(): boolean; /** * Returns the os of the platform * @returns current os */ export declare function getPlatform(): "win-x64" | "osx-x64" | "linux-x64" | null; //# sourceMappingURL=platform.d.ts.map