Skip to content

Commit

Permalink
Merge pull request #17 from gen-tech/function-debounce
Browse files Browse the repository at this point in the history
Function debounce
  • Loading branch information
alisahinozcelik authored Jun 6, 2018
2 parents a004b57 + 947412b commit c0b2de4
Show file tree
Hide file tree
Showing 29 changed files with 762 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/classes/_open_promise_.openpromise.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2>Methods</h2>
<a name="bindpromise" class="tsd-anchor"></a>
<h3>bind<wbr>Promise</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">bind<wbr>Promise<span class="tsd-signature-symbol">(</span>promise<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</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">void</span></li>
<li class="tsd-signature tsd-kind-icon">bind<wbr>Promise<span class="tsd-signature-symbol">(</span>promise<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand All @@ -281,7 +281,7 @@ <h3>bind<wbr>Promise</h3>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>promise: <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></h5>
<h5>promise: <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">T</span></h5>
<div class="tsd-comment tsd-typography">
<p>A promise to bind inner promise</p>
</div>
Expand Down Expand Up @@ -367,6 +367,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-external-module">
<a href="../modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_defer_.html">"defer"</a>
</li>
Expand Down
4 changes: 4 additions & 0 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ <h3>External modules</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-external-module"><a href="modules/_clone_.html" class="tsd-kind-icon">"clone"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_compact_.html" class="tsd-kind-icon">"compact"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_debounce_.html" class="tsd-kind-icon">"debounce"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_defer_.html" class="tsd-kind-icon">"defer"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_difference_.html" class="tsd-kind-icon">"difference"</a></li>
<li class="tsd-kind-external-module"><a href="modules/_index_.html" class="tsd-kind-icon">"index"</a></li>
Expand Down Expand Up @@ -100,6 +101,9 @@ <h3>External modules</h3>
<li class=" tsd-kind-external-module">
<a href="modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_defer_.html">"defer"</a>
</li>
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ <h4 id="utility-functions">Utility Functions</h4>
<ul>
<li><a href="https://gen-tech.github.io/js-utils/modules/_clone_.html">clone</a></li>
<li><a href="https://gen-tech.github.io/js-utils/modules/_compact_.html">compact</a></li>
<li><a href="https://gen-tech.github.io/js-utils/modules/_debounce_.html">debounce</a></li>
<li><a href="https://gen-tech.github.io/js-utils/modules/_defer_.html">defer</a></li>
<li><a href="https://gen-tech.github.io/js-utils/modules/_difference_.html">difference</a></li>
<li><a href="https://gen-tech.github.io/js-utils/modules/_intersection_.html">intersection</a></li>
Expand Down Expand Up @@ -105,6 +106,9 @@ <h4 id="utility-classes">Utility Classes</h4>
<li class=" tsd-kind-external-module">
<a href="modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="modules/_defer_.html">"defer"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/interfaces/_clone_.icloneoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
<li class=" tsd-kind-external-module">
<a href="../modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_defer_.html">"defer"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/interfaces/_clone_.iclonerinternaldata.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> parent</h3>
<li class=" tsd-kind-external-module">
<a href="../modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_defer_.html">"defer"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/interfaces/_promise_timeout_.promisetimeoutfunction.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<li class=" tsd-kind-external-module">
<a href="../modules/_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_defer_.html">"defer"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/modules/_clone_.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span><
<li class=" tsd-kind-external-module">
<a href="_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_defer_.html">"defer"</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions docs/modules/_compact_.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span><
<li class="current tsd-kind-external-module">
<a href="_compact_.html">"compact"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_debounce_.html">"debounce"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="_defer_.html">"defer"</a>
</li>
Expand Down
Loading

0 comments on commit c0b2de4

Please sign in to comment.