diff options
Diffstat (limited to 'std/_util/os.ts')
-rw-r--r-- | std/_util/os.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/_util/os.ts b/std/_util/os.ts index 50c70b134..3b56b6d8a 100644 --- a/std/_util/os.ts +++ b/std/_util/os.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. export const osType = (() => { |