fix(window): correct typo in OsType

pull/561/head
Gökçe Merdun 2 years ago
parent 12adc1dbec
commit 065b1c400f
No known key found for this signature in database
GPG Key ID: 399BB7FF25D68355

@ -29,7 +29,7 @@ type Platform =
| "android" | "android"
| "windows"; | "windows";
type OsType = "linux" | "windows" | "macss" | "ios" | "android"; type OsType = "linux" | "windows" | "macos" | "ios" | "android";
type Arch = type Arch =
| "x86" | "x86"

Loading…
Cancel
Save