std/internal/_is_deno_2.ts

4 lines
196 B
TypeScript
Raw Permalink Normal View History

// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// TODO(iuioiua): Remove this file when Deno 2 is released.
export const IS_DENO_2 = Deno.version.deno.startsWith("2.");