diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-20 13:50:38 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-20 13:50:38 -0800 |
commit | 08d7de10f4a163eb8db43be4ce92dc8bb3fa4efd (patch) | |
tree | e454d5520ff11d243922e242b93a839ac955cf79 /docs/modules/_util_.html | |
parent | 638ff4686f557a2f9c31c521d849360fc906ca52 (diff) |
Update docs for release 1.3.01.3.0
Diffstat (limited to 'docs/modules/_util_.html')
-rw-r--r-- | docs/modules/_util_.html | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/docs/modules/_util_.html b/docs/modules/_util_.html index 6ca5f8a..47c53f6 100644 --- a/docs/modules/_util_.html +++ b/docs/modules/_util_.html @@ -73,6 +73,7 @@ <section class="tsd-index-section "> <h3>Functions</h3> <ul class="tsd-index-list"> + <li class="tsd-kind-function tsd-parent-kind-external-module"><a href="_util_.html#getkey" class="tsd-kind-icon">get<wbr>Key</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter"><a href="_util_.html#last" class="tsd-kind-icon">last</a></li> </ul> </section> @@ -81,6 +82,34 @@ </section> <section class="tsd-panel-group tsd-member-group "> <h2>Functions</h2> + <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module"> + <a name="getkey" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagConst">Const</span> get<wbr>Key</h3> + <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module"> + <li class="tsd-signature tsd-kind-icon">get<wbr>Key<span class="tsd-signature-symbol">(</span>seed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <aside class="tsd-sources"> + <ul> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/638ff46/src/util.ts#L9">util.ts:9</a></li> + </ul> + </aside> + <div class="tsd-comment tsd-typography"> + <div class="lead"> + <p>Generate a random key with a seed</p> + </div> + </div> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>seed: <span class="tsd-signature-type">string</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> + </li> + </ul> + </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter"> <a name="last" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> last</h3> @@ -91,7 +120,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d590774/src/util.ts#L4">util.ts:4</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/638ff46/src/util.ts#L4">util.ts:4</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -124,6 +153,9 @@ <a href="../globals.html"><em>Globals</em></a> </li> <li class=" tsd-kind-external-module"> + <a href="_change_handlers_model_.html">"change-<wbr>handlers.model"</a> + </li> + <li class=" tsd-kind-external-module"> <a href="_context_model_.html">"context.model"</a> </li> <li class=" tsd-kind-external-module"> @@ -145,6 +177,9 @@ </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> + <li class=" tsd-kind-function tsd-parent-kind-external-module"> + <a href="_util_.html#getkey" class="tsd-kind-icon">get<wbr>Key</a> + </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter"> <a href="_util_.html#last" class="tsd-kind-icon">last</a> </li> |