summaryrefslogtreecommitdiff
path: root/std/path/common.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-05-31 18:48:32 +0100
committerGitHub <noreply@github.com>2020-05-31 13:48:32 -0400
commit10573183af14b4f303909ee9394e0e72cf10b45d (patch)
tree45a2136c24d8cbb7d36218f9d1c10432bef301f8 /std/path/common.ts
parent464f5bf769f23b85ecc2c99b54b639c5a71d700f (diff)
fix(std/path): Support browsers (#6003)
Diffstat (limited to 'std/path/common.ts')
-rw-r--r--std/path/common.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/path/common.ts b/std/path/common.ts
index e0e51ef23..01470105c 100644
--- a/std/path/common.ts
+++ b/std/path/common.ts
@@ -1,4 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+/** This module is browser compatible. */
import { SEP } from "./separator.ts";