kitsonk / kv-toolbox

Utilities for working with Deno KV 🦕🗝️
https://kview.deno.dev/kv-toolbox
MIT License
66 stars 5 forks source link

fix(blob): typo in function name `asStream` in blob.ts #5

Closed nberlette closed 1 year ago

nberlette commented 1 year ago

Just a small typo correction of the function named asSteam, updating it to asStream.

Mostly to sooth my own OCD.

Thanks :)