summaryrefslogtreecommitdiff
path: root/std/path/glob.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/path/glob.ts')
-rw-r--r--std/path/glob.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/std/path/glob.ts b/std/path/glob.ts
index 80672579d..34fc213f6 100644
--- a/std/path/glob.ts
+++ b/std/path/glob.ts
@@ -1,3 +1,6 @@
+// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+/** This module is browser compatible. */
+
import { SEP, SEP_PATTERN } from "./separator.ts";
import { globrex } from "./_globrex.ts";
import { join, normalize } from "./mod.ts";