Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2d6e546 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Jul 30, 2024
1 parent b58a3f0 commit eae4b59
Show file tree
Hide file tree
Showing 40 changed files with 85 additions and 85 deletions.
44 changes: 22 additions & 22 deletions classes/FSRS.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions classes/FSRSAlgorithm.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/TypeConvert.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/Rating.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/State.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createEmptyCard.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<h4 class="tsd-anchor-link"><a id="Example-1" class="tsd-anchor"></a>Example<a href="#Example-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><pre><code><span class="hl-4">interface</span><span class="hl-1"> </span><span class="hl-9">CardUnChecked</span><br/><span class="hl-1"> </span><span class="hl-4">extends</span><span class="hl-1"> </span><span class="hl-9">Omit</span><span class="hl-1">&lt;</span><span class="hl-9">Card</span><span class="hl-1">, </span><span class="hl-3">&quot;due&quot;</span><span class="hl-1"> | </span><span class="hl-3">&quot;last_review&quot;</span><span class="hl-1"> | </span><span class="hl-3">&quot;state&quot;</span><span class="hl-1">&gt; {</span><br/><span class="hl-1"> </span><span class="hl-0">cid</span><span class="hl-1">: </span><span class="hl-9">string</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-0">due</span><span class="hl-1">: </span><span class="hl-9">Date</span><span class="hl-1"> | </span><span class="hl-9">number</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-0">last_review</span><span class="hl-1">: </span><span class="hl-9">Date</span><span class="hl-1"> | </span><span class="hl-9">null</span><span class="hl-1"> | </span><span class="hl-9">number</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-0">state</span><span class="hl-1">: </span><span class="hl-9">StateType</span><span class="hl-1">;</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-4">function</span><span class="hl-1"> </span><span class="hl-6">cardAfterHandler</span><span class="hl-1">(</span><span class="hl-0">card</span><span class="hl-1">: </span><span class="hl-9">Card</span><span class="hl-1">) {</span><br/><span class="hl-1"> </span><span class="hl-2">return</span><span class="hl-1"> {</span><br/><span class="hl-1"> ...</span><span class="hl-0">card</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">cid:</span><span class="hl-1"> </span><span class="hl-3">&quot;test001&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-0">state:</span><span class="hl-1"> </span><span class="hl-0">State</span><span class="hl-1">[</span><span class="hl-0">card</span><span class="hl-1">.</span><span class="hl-0">state</span><span class="hl-1">],</span><br/><span class="hl-1"> </span><span class="hl-0">last_review:</span><span class="hl-1"> </span><span class="hl-0">card</span><span class="hl-1">.</span><span class="hl-0">last_review</span><span class="hl-1"> ?? </span><span class="hl-4">null</span><span class="hl-1">,</span><br/><span class="hl-1"> } </span><span class="hl-2">as</span><span class="hl-1"> </span><span class="hl-9">CardUnChecked</span><span class="hl-1">;</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-5">card</span><span class="hl-1">: </span><span class="hl-9">CardUnChecked</span><span class="hl-1"> = </span><span class="hl-6">createEmptyCard</span><span class="hl-1">(</span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-6">Date</span><span class="hl-1">(), </span><span class="hl-0">cardAfterHandler</span><span class="hl-1">);</span>
</code><button>Copy</button></pre>

</div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/open-spaced-repetition/ts-fsrs/blob/d43b6b006e24875550ca3ce842958598fb2c8679/src/fsrs/default.ts#L67">default.ts:67</a></li></ul></aside></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav id="tsd-sidebar-links" class="tsd-navigation"><a href="https://open-spaced-repetition.github.io/ts-fsrs/" class="tsd-nav-link">Docs</a><a href="https://github.com/open-spaced-repetition/ts-fsrs" class="tsd-nav-link">GitHub</a></nav><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>TS-FSRS</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
</div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/open-spaced-repetition/ts-fsrs/blob/2d6e546f8203544f79e247f417128fc33467da91/src/fsrs/default.ts#L67">default.ts:67</a></li></ul></aside></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav id="tsd-sidebar-links" class="tsd-navigation"><a href="https://open-spaced-repetition.github.io/ts-fsrs/" class="tsd-nav-link">Docs</a><a href="https://github.com/open-spaced-repetition/ts-fsrs" class="tsd-nav-link">GitHub</a></nav><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>TS-FSRS</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
Loading

0 comments on commit eae4b59

Please sign in to comment.