diff options
Diffstat (limited to 'std/node/querystring.ts')
-rw-r--r-- | std/node/querystring.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/querystring.ts b/std/node/querystring.ts index 73e46c424..4d9d0eb27 100644 --- a/std/node/querystring.ts +++ b/std/node/querystring.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. interface ParseOptions { /** The function to use when decoding percent-encoded characters in the query string. */ |