diff options
Diffstat (limited to 'std/util/deep_assign.ts')
-rw-r--r-- | std/util/deep_assign.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/util/deep_assign.ts b/std/util/deep_assign.ts index b1c9f9ac9..36777795c 100644 --- a/std/util/deep_assign.ts +++ b/std/util/deep_assign.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export function deepAssign( target: Record<string, unknown>, ...sources: object[] |