summaryrefslogtreecommitdiff
path: root/std/node/querystring.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/querystring.ts')
-rw-r--r--std/node/querystring.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/node/querystring.ts b/std/node/querystring.ts
index a5b2e7f05..fc5a00a13 100644
--- a/std/node/querystring.ts
+++ b/std/node/querystring.ts
@@ -1,3 +1,5 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
interface ParseOptions {
decodeURIComponent?: (string: string) => string;
maxKeys?: number;