Skip to content

Commit

Permalink
docs: publishing gh-pages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 2, 2023
1 parent 3760b41 commit b97c694
Show file tree
Hide file tree
Showing 115 changed files with 146 additions and 146 deletions.
4 changes: 2 additions & 2 deletions functions/asArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h5>value: <span class="tsd-signature-type">unknown</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L163">narrowing/as.ts:163</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L163">narrowing/as.ts:163</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asArray-1">as<wbr/>Array<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, defaultValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span><a href="#asArray-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>unknown</code> value to an <code>object</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -56,7 +56,7 @@ <h5>defaultValue: <span class="tsd-signature-type" data-tsd-kind="Type parameter
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L170">narrowing/as.ts:170</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L170">narrowing/as.ts:170</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions functions/asBoolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5>value: <span class="tsd-signature-type">unknown</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L64">narrowing/as.ts:64</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L64">narrowing/as.ts:64</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asBoolean-1">as<wbr/>Boolean<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, defaultValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#asBoolean-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>unknown</code> value to a <code>boolean</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -46,7 +46,7 @@ <h5>defaultValue: <span class="tsd-signature-type">boolean</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L71">narrowing/as.ts:71</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L71">narrowing/as.ts:71</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions functions/asDictionary.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h5>value: <span class="tsd-signature-type">unknown</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/Dictionary.html" class="tsd-signature-type" data-tsd-kind="Interface">Dictionary</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L118">narrowing/as.ts:118</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L118">narrowing/as.ts:118</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asDictionary-1">as<wbr/>Dictionary<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, defaultValue<span class="tsd-signature-symbol">: </span><a href="../interfaces/Dictionary.html" class="tsd-signature-type" data-tsd-kind="Interface">Dictionary</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/Dictionary.html" class="tsd-signature-type" data-tsd-kind="Interface">Dictionary</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><a href="#asDictionary-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>unknown</code> value to an <code>object</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -56,7 +56,7 @@ <h5>defaultValue: <a href="../interfaces/Dictionary.html" class="tsd-signature-t
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/Dictionary.html" class="tsd-signature-type" data-tsd-kind="Interface">Dictionary</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L125">narrowing/as.ts:125</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L125">narrowing/as.ts:125</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions functions/asFunction.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5>value: <span class="tsd-signature-type">unknown</span></h5>
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/AnyFunction.html" class="tsd-signature-type" data-tsd-kind="Type alias">AnyFunction</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L181">narrowing/as.ts:181</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L181">narrowing/as.ts:181</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asFunction-1">as<wbr/>Function<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, defaultValue<span class="tsd-signature-symbol">: </span><a href="../types/AnyFunction.html" class="tsd-signature-type" data-tsd-kind="Type alias">AnyFunction</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../types/AnyFunction.html" class="tsd-signature-type" data-tsd-kind="Type alias">AnyFunction</a><a href="#asFunction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>unknown</code> value to an <code>object</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -46,7 +46,7 @@ <h5>defaultValue: <a href="../types/AnyFunction.html" class="tsd-signature-type"
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/AnyFunction.html" class="tsd-signature-type" data-tsd-kind="Type alias">AnyFunction</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L188">narrowing/as.ts:188</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L188">narrowing/as.ts:188</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions functions/asInstance.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5>value: <span class="tsd-signature-type">unknown</span></h5>
<h5>ctor: <span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">InstanceType</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L137">narrowing/as.ts:137</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L137">narrowing/as.ts:137</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asInstance-1">as<wbr/>Instance<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span>, ctor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span>, defaultValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">InstanceType</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">InstanceType</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span><a href="#asInstance-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>unknown</code> value to an <code>object</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -61,7 +61,7 @@ <h5>defaultValue: <span class="tsd-signature-type">InstanceType</span><span clas
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">InstanceType</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">C</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L144">narrowing/as.ts:144</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L144">narrowing/as.ts:144</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
4 changes: 2 additions & 2 deletions functions/asJsonArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h5>value: <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/JsonArray.html" class="tsd-signature-type" data-tsd-kind="Interface">JsonArray</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L217">narrowing/as.ts:217</a></li></ul></aside></li>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L217">narrowing/as.ts:217</a></li></ul></aside></li>
<li class="tsd-signature tsd-anchor-link" id="asJsonArray-1">as<wbr/>Json<wbr/>Array<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="../types/Optional.html" class="tsd-signature-type" data-tsd-kind="Type alias">Optional</a><span class="tsd-signature-symbol">&lt;</span><a href="../types/AnyJson.html" class="tsd-signature-type" data-tsd-kind="Type alias">AnyJson</a><span class="tsd-signature-symbol">&gt;</span>, defaultValue<span class="tsd-signature-symbol">: </span><a href="../interfaces/JsonArray.html" class="tsd-signature-type" data-tsd-kind="Interface">JsonArray</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/JsonArray.html" class="tsd-signature-type" data-tsd-kind="Interface">JsonArray</a><a href="#asJsonArray-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Narrows an <code>AnyJson</code> value to a <code>JsonArray</code> if it is type-compatible, or returns the provided default otherwise.</p>
Expand All @@ -46,7 +46,7 @@ <h5>defaultValue: <a href="../interfaces/JsonArray.html" class="tsd-signature-ty
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/JsonArray.html" class="tsd-signature-type" data-tsd-kind="Interface">JsonArray</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/7054676/src/narrowing/as.ts#L224">narrowing/as.ts:224</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/forcedotcom/ts-types/blob/d10531f/src/narrowing/as.ts#L224">narrowing/as.ts:224</a></li></ul></aside></li></ul></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit b97c694

Please sign in to comment.