interface UnderlyingSource
Usage in Deno
```typescript import { type UnderlyingSource } from "node:node__stream--web.d.ts"; ```optional
cancel: UnderlyingSourceCancelCallback
optional
pull: UnderlyingSourcePullCallback<R>
optional
start: UnderlyingSourceStartCallback<R>
optional
type: undefined