summaryrefslogtreecommitdiff
path: root/js/types.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-04 21:20:14 +1000
committerRyan Dahl <ry@tinyclouds.org>2018-10-04 12:31:39 -0400
commitce9148943c4ffa43252e3692014489ebcff3d51e (patch)
tree07510ec5cc8ba385c137baaeeb3dff3192c68ce6 /js/types.ts
parent5307aa94e14d99a226366a275e011a60161c9c39 (diff)
Move Platform from types to platform
Diffstat (limited to 'js/types.ts')
-rw-r--r--js/types.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/js/types.ts b/js/types.ts
index 3ef8f81e5..7af0a5201 100644
--- a/js/types.ts
+++ b/js/types.ts
@@ -151,9 +151,3 @@ declare global {
stackTraceLimit: number;
}
}
-
-// Do not add unsupported platforms.
-export interface Platform {
- arch?: "x64";
- os?: "mac" | "win" | "linux";
-}