Skip to content

Commit

Permalink
docs: update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aegir[bot] committed Aug 14, 2023
1 parent 2d8ea85 commit 3e10fe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion types/ipfs_unixfs_exporter.ReadableStorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="../modules/ipfs_unixfs_exporter.html">ipfs-unixfs-exporter</a></li>
<li><a href="ipfs_unixfs_exporter.ReadableStorage.html">ReadableStorage</a></li></ul>
<h1>Type alias ReadableStorage</h1></div>
<div class="tsd-signature">Readable<wbr/>Storage<span class="tsd-signature-symbol">:</span> <a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys" class="tsd-signature-type external" target="_blank">Pick</a><span class="tsd-signature-symbol">&lt;</span><a href="https://ipfs.github.io/js-stores/interfaces/blockstore_core._internal_.Blockstore.html" class="tsd-signature-type external" target="_blank">Blockstore</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;get&quot;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<div class="tsd-signature">Readable<wbr/>Storage<span class="tsd-signature-symbol">:</span> <a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys" class="tsd-signature-type external" target="_blank">Pick</a><span class="tsd-signature-symbol">&lt;</span><a href="https://www.npmjs.com/package/interface-blockstore" class="tsd-signature-type external" target="_blank">Blockstore</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;get&quot;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ipfs/js-ipfs-unixfs/blob/master/packages/ipfs-unixfs-exporter/src/index.ts#L120">ipfs-unixfs-exporter/src/index.ts:120</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down
2 changes: 1 addition & 1 deletion types/ipfs_unixfs_importer.ByteStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="../modules/ipfs_unixfs_importer.html">ipfs-unixfs-importer</a></li>
<li><a href="ipfs_unixfs_importer.ByteStream.html">ByteStream</a></li></ul>
<h1>Type alias ByteStream</h1></div>
<div class="tsd-signature">Byte<wbr/>Stream<span class="tsd-signature-symbol">:</span> <a href="https://ipfs.github.io/js-stores/types/blockstore_core._internal_.AwaitIterable.html" class="tsd-signature-type external" target="_blank">AwaitIterable</a><span class="tsd-signature-symbol">&lt;</span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="tsd-signature-type external" target="_blank">Uint8Array</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<div class="tsd-signature">Byte<wbr/>Stream<span class="tsd-signature-symbol">:</span> <a href="https://www.npmjs.com/package/interface-store" class="tsd-signature-type external" target="_blank">AwaitIterable</a><span class="tsd-signature-symbol">&lt;</span><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array" class="tsd-signature-type external" target="_blank">Uint8Array</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ipfs/js-ipfs-unixfs/blob/master/packages/ipfs-unixfs-importer/src/index.ts#L18">ipfs-unixfs-importer/src/index.ts:18</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down
2 changes: 1 addition & 1 deletion types/ipfs_unixfs_importer.WritableStorage.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li><a href="../modules/ipfs_unixfs_importer.html">ipfs-unixfs-importer</a></li>
<li><a href="ipfs_unixfs_importer.WritableStorage.html">WritableStorage</a></li></ul>
<h1>Type alias WritableStorage</h1></div>
<div class="tsd-signature">Writable<wbr/>Storage<span class="tsd-signature-symbol">:</span> <a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys" class="tsd-signature-type external" target="_blank">Pick</a><span class="tsd-signature-symbol">&lt;</span><a href="https://ipfs.github.io/js-stores/interfaces/blockstore_core._internal_.Blockstore.html" class="tsd-signature-type external" target="_blank">Blockstore</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;put&quot;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<div class="tsd-signature">Writable<wbr/>Storage<span class="tsd-signature-symbol">:</span> <a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#picktype-keys" class="tsd-signature-type external" target="_blank">Pick</a><span class="tsd-signature-symbol">&lt;</span><a href="https://www.npmjs.com/package/interface-blockstore" class="tsd-signature-type external" target="_blank">Blockstore</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;put&quot;</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ipfs/js-ipfs-unixfs/blob/master/packages/ipfs-unixfs-importer/src/index.ts#L21">ipfs-unixfs-importer/src/index.ts:21</a></li></ul></aside></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
Expand Down

0 comments on commit 3e10fe8

Please sign in to comment.