Example 1
import { ByteSliceStream } from "https://deno.land/std@$STD_VERSION/streams/buffer.ts"; const response = await fetch("https://example.com"); const rangedStream = response.body! .pipeThrough(new ByteSliceStream(3, 8));
hello world
more body text
Some sort of doc here. love it
here
some property JSDoc
some js doc for the method
Enum member with JSDoc.
some doc here
Some prop JSDoc
some markdown
overload one
don't use this!
overload two
a param doc
the value of the record
a deprecated class
some sort of type alias