Skip to content

Commit 190b0ec

Browse files
authored
chore(encoding): remove reductant JSDoc in base64 stream (denoland#6478)
1 parent bcb30bb commit 190b0ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: encoding/unstable_base64_stream.ts

-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ import {
3535
} from "./unstable_base64.ts";
3636
import { detach } from "./_common_detach.ts";
3737

38-
/**
39-
* A type used to represent the expected type of a base64 stream.
40-
*/
4138
type Expect<T> = T extends "bytes" ? Uint8Array_ : string;
4239

4340
/**

0 commit comments

Comments
 (0)