diff options
Diffstat (limited to 'std/encoding/ascii85.ts')
-rw-r--r-- | std/encoding/ascii85.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/ascii85.ts b/std/encoding/ascii85.ts index cb2a3ec76..4efa98d7a 100644 --- a/std/encoding/ascii85.ts +++ b/std/encoding/ascii85.ts @@ -1,5 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -/** This module is browser compatible. */ +// This module is browser compatible. export type Ascii85Standard = "Adobe" | "btoa" | "RFC 1924" | "Z85"; /** |