| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b6219b6 commit a0f9000
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -951,6 +951,7 @@ const common = { | |||
| 951 | 951 | isOpenBSD, | |
| 952 | 952 | isMacOS, | |
| 953 | 953 | isPi, | |
| 954 | + isRiscv64, | ||
| 954 | 955 | isSunOS, | |
| 955 | 956 | isWindows, | |
| 956 | 957 | localIPv6Hosts, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,7 @@ const { | |||
| 28 | 28 | isLinux, | |
| 29 | 29 | isOpenBSD, | |
| 30 | 30 | isMacOS, | |
| 31 | + isRiscv64, | ||
| 31 | 32 | isSunOS, | |
| 32 | 33 | isWindows, | |
| 33 | 34 | localIPv6Hosts, | |
@@ -80,6 +81,7 @@ export { | |||
| 80 | 81 | isLinux, | |
| 81 | 82 | isOpenBSD, | |
| 82 | 83 | isMacOS, | |
| 84 | + isRiscv64, | ||
| 83 | 85 | isSunOS, | |
| 84 | 86 | isWindows, | |
| 85 | 87 | localIPv6Hosts, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments