From 10573183af14b4f303909ee9394e0e72cf10b45d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 31 May 2020 18:48:32 +0100 Subject: fix(std/path): Support browsers (#6003) --- std/path/common.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'std/path/common.ts') 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"; -- cgit v1.2.3