From ce9148943c4ffa43252e3692014489ebcff3d51e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 4 Oct 2018 21:20:14 +1000 Subject: Move Platform from types to platform --- js/types.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/types.ts') 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"; -} -- cgit v1.2.3