platform
constplatform:string
Defined in: packages/pythonlib/src/sys.ts:34
A string identifying the platform (operating system).
Example
console.log(platform) // "darwin", "linux", "win32", etc.
constplatform:string
Defined in: packages/pythonlib/src/sys.ts:34
A string identifying the platform (operating system).
console.log(platform) // "darwin", "linux", "win32", etc.