mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 22:40:05 +08:00
16 lines
296 B
Markdown
16 lines
296 B
Markdown
---
|
|
title: "system api"
|
|
---
|
|
|
|
# [APIs](https://spacevim.org/apis) : system
|
|
|
|
## values
|
|
|
|
name | values | description
|
|
----- |:----:| ------------------
|
|
isWindows | 0 or 1 | check if the os is windows
|
|
isLinux | 0 or 1 | check if the os is linux
|
|
isOSX | 0 or 1 | check if the os is OSX
|
|
|
|
## functions
|