diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-09-10 12:39:42 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-09 23:39:42 -0400 |
commit | 46cbc6e0e96750cd2e3ba7e0d80bb9c48b66caf2 (patch) | |
tree | 89889584009ffd44cf01f2d5ee9e73e2a027c9ca /js/lib.deno_runtime.d.ts | |
parent | 35e3c06aed851f65ad0d561d73a447ab5765fc13 (diff) |
refactor: remove Deno.platform (#2895)
Diffstat (limited to 'js/lib.deno_runtime.d.ts')
-rw-r--r-- | js/lib.deno_runtime.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/lib.deno_runtime.d.ts b/js/lib.deno_runtime.d.ts index dd220d73e..6027f39b8 100644 --- a/js/lib.deno_runtime.d.ts +++ b/js/lib.deno_runtime.d.ts @@ -1198,7 +1198,6 @@ declare namespace Deno { os: OperatingSystem; } export const build: BuildInfo; - export const platform: BuildInfo; // @url js/version.d.ts |