diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 22:01:41 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 22:01:41 -0800 |
commit | 84aa80496ea4d7f54306cca38674d9b7cacaae0a (patch) | |
tree | 8479b99bcd333acb2d6b043b578349ced55346a1 | |
parent | d6111be9eed62024bde0f588850bb1f40538114b (diff) |
Update docs for release 1.2.81.2.8
-rw-r--r-- | docs/assets/js/search.js | 2 | ||||
-rw-r--r-- | docs/classes/_database_.database.html | 27 | ||||
-rw-r--r-- | docs/classes/_error_model_.naiveerror.html | 4 | ||||
-rw-r--r-- | docs/enums/_error_model_.naiveerrorcode.html | 4 | ||||
-rw-r--r-- | docs/interfaces/_context_model_.context.html | 6 | ||||
-rw-r--r-- | docs/interfaces/_database_model_.databaseinterface.html | 12 | ||||
-rw-r--r-- | docs/modules/_database_.html | 41 | ||||
-rw-r--r-- | docs/modules/_database_test_.html | 4 | ||||
-rw-r--r-- | docs/modules/_error_model_.html | 4 | ||||
-rw-r--r-- | docs/modules/_util_.html | 2 |
10 files changed, 68 insertions, 38 deletions
diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index b5e1ba8..f10b402 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal"},"rows":[{"id":0,"kind":1,"name":"\"context.model\"","url":"modules/_context_model_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"Context","url":"interfaces/_context_model_.context.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"context.model\""},{"id":2,"kind":1024,"name":"logger","url":"interfaces/_context_model_.context.html#logger","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":3,"kind":65536,"name":"__type","url":"interfaces/_context_model_.context.html#logger.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"context.model\".Context.logger"},{"id":4,"kind":1024,"name":"cachePath","url":"interfaces/_context_model_.context.html#cachepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":5,"kind":1024,"name":"maxDbSizeMB","url":"interfaces/_context_model_.context.html#maxdbsizemb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":6,"kind":1,"name":"\"database.model\"","url":"modules/_database_model_.html","classes":"tsd-kind-external-module"},{"id":7,"kind":256,"name":"DatabaseInterface","url":"interfaces/_database_model_.databaseinterface.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"database.model\""},{"id":8,"kind":2048,"name":"init","url":"interfaces/_database_model_.databaseinterface.html#init","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":9,"kind":2048,"name":"read","url":"interfaces/_database_model_.databaseinterface.html#read","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":10,"kind":2048,"name":"write","url":"interfaces/_database_model_.databaseinterface.html#write","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":11,"kind":2048,"name":"remove","url":"interfaces/_database_model_.databaseinterface.html#remove","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":12,"kind":2048,"name":"flush","url":"interfaces/_database_model_.databaseinterface.html#flush","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":13,"kind":2048,"name":"toString","url":"interfaces/_database_model_.databaseinterface.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":14,"kind":1,"name":"\"error.model\"","url":"modules/_error_model_.html","classes":"tsd-kind-external-module"},{"id":15,"kind":4,"name":"NaiveErrorCode","url":"enums/_error_model_.naiveerrorcode.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":16,"kind":16,"name":"UNCAUGHT","url":"enums/_error_model_.naiveerrorcode.html#uncaught","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"error.model\".NaiveErrorCode"},{"id":17,"kind":16,"name":"OUT_OF_SPACE","url":"enums/_error_model_.naiveerrorcode.html#out_of_space","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"error.model\".NaiveErrorCode"},{"id":18,"kind":128,"name":"NaiveError","url":"classes/_error_model_.naiveerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":19,"kind":512,"name":"constructor","url":"classes/_error_model_.naiveerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"error.model\".NaiveError"},{"id":20,"kind":1024,"name":"code","url":"classes/_error_model_.naiveerror.html#code","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"error.model\".NaiveError"},{"id":21,"kind":1024,"name":"name","url":"classes/_error_model_.naiveerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":22,"kind":1024,"name":"message","url":"classes/_error_model_.naiveerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":23,"kind":1024,"name":"stack","url":"classes/_error_model_.naiveerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":24,"kind":1024,"name":"Error","url":"classes/_error_model_.naiveerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"error.model\".NaiveError"},{"id":25,"kind":32,"name":"e","url":"modules/_error_model_.html#e","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"error.model\""},{"id":26,"kind":64,"name":"lookupMsg","url":"modules/_error_model_.html#lookupmsg","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":27,"kind":1,"name":"\"util\"","url":"modules/_util_.html","classes":"tsd-kind-external-module"},{"id":28,"kind":64,"name":"last","url":"modules/_util_.html#last","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"util\""},{"id":29,"kind":1,"name":"\"database\"","url":"modules/_database_.html","classes":"tsd-kind-external-module"},{"id":30,"kind":128,"name":"Database","url":"classes/_database_.database.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"database\""},{"id":31,"kind":1024,"name":"buff","url":"classes/_database_.database.html#buff","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":32,"kind":512,"name":"constructor","url":"classes/_database_.database.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"database\".Database"},{"id":33,"kind":1024,"name":"ctx","url":"classes/_database_.database.html#ctx","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":34,"kind":2048,"name":"init","url":"classes/_database_.database.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":35,"kind":2048,"name":"read","url":"classes/_database_.database.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":36,"kind":2048,"name":"write","url":"classes/_database_.database.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":37,"kind":2048,"name":"remove","url":"classes/_database_.database.html#remove","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":38,"kind":2048,"name":"flush","url":"classes/_database_.database.html#flush","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":39,"kind":2048,"name":"toString","url":"classes/_database_.database.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":40,"kind":2048,"name":"resolve","url":"classes/_database_.database.html#resolve","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":41,"kind":2048,"name":"serialize","url":"classes/_database_.database.html#serialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":42,"kind":2048,"name":"hasSpace","url":"classes/_database_.database.html#hasspace","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":43,"kind":64,"name":"splitPath","url":"modules/_database_.html#splitpath","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":44,"kind":32,"name":"write","url":"modules/_database_.html#write","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":45,"kind":32,"name":"read","url":"modules/_database_.html#read","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":46,"kind":2097152,"name":"DEFAULT_CTX","url":"modules/_database_.html#default_ctx","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"database\""},{"id":47,"kind":32,"name":"logger","url":"modules/_database_.html#default_ctx.logger","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":48,"kind":32,"name":"cachePath","url":"modules/_database_.html#default_ctx.cachepath","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":49,"kind":32,"name":"maxDbSizeMB","url":"modules/_database_.html#default_ctx.maxdbsizemb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":50,"kind":1,"name":"\"database.test\"","url":"modules/_database_test_.html","classes":"tsd-kind-external-module"},{"id":51,"kind":64,"name":"generateString","url":"modules/_database_test_.html#generatestring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database.test\""},{"id":52,"kind":32,"name":"maxDbSizeMB","url":"modules/_database_test_.html#maxdbsizemb","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database.test\""}]};
\ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal"},"rows":[{"id":0,"kind":1,"name":"\"context.model\"","url":"modules/_context_model_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":256,"name":"Context","url":"interfaces/_context_model_.context.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"context.model\""},{"id":2,"kind":1024,"name":"logger","url":"interfaces/_context_model_.context.html#logger","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":3,"kind":65536,"name":"__type","url":"interfaces/_context_model_.context.html#logger.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"context.model\".Context.logger"},{"id":4,"kind":1024,"name":"cachePath","url":"interfaces/_context_model_.context.html#cachepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":5,"kind":1024,"name":"maxDbSizeMB","url":"interfaces/_context_model_.context.html#maxdbsizemb","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"context.model\".Context"},{"id":6,"kind":1,"name":"\"database.model\"","url":"modules/_database_model_.html","classes":"tsd-kind-external-module"},{"id":7,"kind":256,"name":"DatabaseInterface","url":"interfaces/_database_model_.databaseinterface.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"database.model\""},{"id":8,"kind":2048,"name":"init","url":"interfaces/_database_model_.databaseinterface.html#init","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":9,"kind":2048,"name":"read","url":"interfaces/_database_model_.databaseinterface.html#read","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":10,"kind":2048,"name":"write","url":"interfaces/_database_model_.databaseinterface.html#write","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":11,"kind":2048,"name":"remove","url":"interfaces/_database_model_.databaseinterface.html#remove","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":12,"kind":2048,"name":"flush","url":"interfaces/_database_model_.databaseinterface.html#flush","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":13,"kind":2048,"name":"toString","url":"interfaces/_database_model_.databaseinterface.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"database.model\".DatabaseInterface"},{"id":14,"kind":1,"name":"\"error.model\"","url":"modules/_error_model_.html","classes":"tsd-kind-external-module"},{"id":15,"kind":4,"name":"NaiveErrorCode","url":"enums/_error_model_.naiveerrorcode.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":16,"kind":16,"name":"UNCAUGHT","url":"enums/_error_model_.naiveerrorcode.html#uncaught","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"error.model\".NaiveErrorCode"},{"id":17,"kind":16,"name":"OUT_OF_SPACE","url":"enums/_error_model_.naiveerrorcode.html#out_of_space","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"error.model\".NaiveErrorCode"},{"id":18,"kind":128,"name":"NaiveError","url":"classes/_error_model_.naiveerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":19,"kind":512,"name":"constructor","url":"classes/_error_model_.naiveerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"error.model\".NaiveError"},{"id":20,"kind":1024,"name":"code","url":"classes/_error_model_.naiveerror.html#code","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"error.model\".NaiveError"},{"id":21,"kind":1024,"name":"name","url":"classes/_error_model_.naiveerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":22,"kind":1024,"name":"message","url":"classes/_error_model_.naiveerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":23,"kind":1024,"name":"stack","url":"classes/_error_model_.naiveerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"\"error.model\".NaiveError"},{"id":24,"kind":1024,"name":"Error","url":"classes/_error_model_.naiveerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"error.model\".NaiveError"},{"id":25,"kind":32,"name":"e","url":"modules/_error_model_.html#e","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"error.model\""},{"id":26,"kind":64,"name":"lookupMsg","url":"modules/_error_model_.html#lookupmsg","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"error.model\""},{"id":27,"kind":1,"name":"\"util\"","url":"modules/_util_.html","classes":"tsd-kind-external-module"},{"id":28,"kind":64,"name":"last","url":"modules/_util_.html#last","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"util\""},{"id":29,"kind":1,"name":"\"database\"","url":"modules/_database_.html","classes":"tsd-kind-external-module"},{"id":30,"kind":128,"name":"Database","url":"classes/_database_.database.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"database\""},{"id":31,"kind":1024,"name":"buff","url":"classes/_database_.database.html#buff","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":32,"kind":512,"name":"constructor","url":"classes/_database_.database.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"database\".Database"},{"id":33,"kind":1024,"name":"ctx","url":"classes/_database_.database.html#ctx","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":34,"kind":2048,"name":"init","url":"classes/_database_.database.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":35,"kind":2048,"name":"read","url":"classes/_database_.database.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":36,"kind":2048,"name":"write","url":"classes/_database_.database.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":37,"kind":2048,"name":"remove","url":"classes/_database_.database.html#remove","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":38,"kind":2048,"name":"flush","url":"classes/_database_.database.html#flush","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":39,"kind":2048,"name":"toString","url":"classes/_database_.database.html#tostring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"database\".Database"},{"id":40,"kind":2048,"name":"resolve","url":"classes/_database_.database.html#resolve","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":41,"kind":2048,"name":"serialize","url":"classes/_database_.database.html#serialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":42,"kind":2048,"name":"hasSpace","url":"classes/_database_.database.html#hasspace","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"database\".Database"},{"id":43,"kind":64,"name":"splitPath","url":"modules/_database_.html#splitpath","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":44,"kind":64,"name":"isRootNode","url":"modules/_database_.html#isrootnode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":45,"kind":32,"name":"write","url":"modules/_database_.html#write","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":46,"kind":32,"name":"read","url":"modules/_database_.html#read","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database\""},{"id":47,"kind":2097152,"name":"DEFAULT_CTX","url":"modules/_database_.html#default_ctx","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"database\""},{"id":48,"kind":32,"name":"logger","url":"modules/_database_.html#default_ctx.logger","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":49,"kind":32,"name":"cachePath","url":"modules/_database_.html#default_ctx.cachepath","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":50,"kind":32,"name":"maxDbSizeMB","url":"modules/_database_.html#default_ctx.maxdbsizemb","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"database\".DEFAULT_CTX"},{"id":51,"kind":1,"name":"\"database.test\"","url":"modules/_database_test_.html","classes":"tsd-kind-external-module"},{"id":52,"kind":64,"name":"generateString","url":"modules/_database_test_.html#generatestring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database.test\""},{"id":53,"kind":32,"name":"maxDbSizeMB","url":"modules/_database_test_.html#maxdbsizemb","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"database.test\""}]};
\ No newline at end of file diff --git a/docs/classes/_database_.database.html b/docs/classes/_database_.database.html index 459daa2..bed297c 100644 --- a/docs/classes/_database_.database.html +++ b/docs/classes/_database_.database.html @@ -141,7 +141,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L32">database.ts:32</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L33">database.ts:33</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -163,7 +163,7 @@ <div class="tsd-signature tsd-kind-icon">buff<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L32">database.ts:32</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L33">database.ts:33</a></li> </ul> </aside> </section> @@ -173,7 +173,7 @@ <div class="tsd-signature tsd-kind-icon">ctx<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_context_model_.context.html" class="tsd-signature-type">Context</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L33">database.ts:33</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L34">database.ts:34</a></li> </ul> </aside> </section> @@ -191,7 +191,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_database_model_.databaseinterface.html">DatabaseInterface</a>.<a href="../interfaces/_database_model_.databaseinterface.html#flush">flush</a></p> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L64">database.ts:64</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L71">database.ts:71</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4> @@ -208,7 +208,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L130">database.ts:130</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L137">database.ts:137</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4> @@ -226,7 +226,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_database_model_.databaseinterface.html">DatabaseInterface</a>.<a href="../interfaces/_database_model_.databaseinterface.html#init">init</a></p> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L35">database.ts:35</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L36">database.ts:36</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4> @@ -244,7 +244,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_database_model_.databaseinterface.html">DatabaseInterface</a>.<a href="../interfaces/_database_model_.databaseinterface.html#read">read</a></p> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L48">database.ts:48</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L49">database.ts:49</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -268,7 +268,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_database_model_.databaseinterface.html">DatabaseInterface</a>.<a href="../interfaces/_database_model_.databaseinterface.html#remove">remove</a></p> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L60">database.ts:60</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L67">database.ts:67</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -291,7 +291,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L85">database.ts:85</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L92">database.ts:92</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -332,7 +332,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L125">database.ts:125</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L132">database.ts:132</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -359,7 +359,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/_database_model_.databaseinterface.html">DatabaseInterface</a>.<a href="../interfaces/_database_model_.databaseinterface.html#tostring">toString</a></p> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L69">database.ts:69</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L76">database.ts:76</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> @@ -376,7 +376,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L53">database.ts:53</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L56">database.ts:56</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -474,6 +474,9 @@ <a href="../modules/_database_.html#write" class="tsd-kind-icon">write</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> + <a href="../modules/_database_.html#isrootnode" class="tsd-kind-icon">is<wbr>Root<wbr>Node</a> + </li> + <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../modules/_database_.html#splitpath" class="tsd-kind-icon">split<wbr>Path</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> diff --git a/docs/classes/_error_model_.naiveerror.html b/docs/classes/_error_model_.naiveerror.html index 21abc5d..0d7d55d 100644 --- a/docs/classes/_error_model_.naiveerror.html +++ b/docs/classes/_error_model_.naiveerror.html @@ -117,7 +117,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L18">error.model.ts:18</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L18">error.model.ts:18</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -139,7 +139,7 @@ <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <a href="../enums/_error_model_.naiveerrorcode.html" class="tsd-signature-type">NaiveErrorCode</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L19">error.model.ts:19</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L19">error.model.ts:19</a></li> </ul> </aside> </section> diff --git a/docs/enums/_error_model_.naiveerrorcode.html b/docs/enums/_error_model_.naiveerrorcode.html index 2352e90..05f5879 100644 --- a/docs/enums/_error_model_.naiveerrorcode.html +++ b/docs/enums/_error_model_.naiveerrorcode.html @@ -91,7 +91,7 @@ <div class="tsd-signature tsd-kind-icon">OUT_<wbr>OF_<wbr>SPACE<span class="tsd-signature-symbol">:</span> </div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L3">error.model.ts:3</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L3">error.model.ts:3</a></li> </ul> </aside> </section> @@ -101,7 +101,7 @@ <div class="tsd-signature tsd-kind-icon">UNCAUGHT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L2">error.model.ts:2</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L2">error.model.ts:2</a></li> </ul> </aside> </section> diff --git a/docs/interfaces/_context_model_.context.html b/docs/interfaces/_context_model_.context.html index 0b8c2fa..f48d8bc 100644 --- a/docs/interfaces/_context_model_.context.html +++ b/docs/interfaces/_context_model_.context.html @@ -100,7 +100,7 @@ <div class="tsd-signature tsd-kind-icon">cache<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/context.model.ts#L3">context.model.ts:3</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/context.model.ts#L3">context.model.ts:3</a></li> </ul> </aside> </section> @@ -110,7 +110,7 @@ <div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/context.model.ts#L2">context.model.ts:2</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/context.model.ts#L2">context.model.ts:2</a></li> </ul> </aside> <div class="tsd-type-declaration"> @@ -141,7 +141,7 @@ <div class="tsd-signature tsd-kind-icon">max<wbr>DbSizeMB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/context.model.ts#L4">context.model.ts:4</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/context.model.ts#L4">context.model.ts:4</a></li> </ul> </aside> </section> diff --git a/docs/interfaces/_database_model_.databaseinterface.html b/docs/interfaces/_database_model_.databaseinterface.html index 4b387d9..5d571e7 100644 --- a/docs/interfaces/_database_model_.databaseinterface.html +++ b/docs/interfaces/_database_model_.databaseinterface.html @@ -113,7 +113,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L40">database.model.ts:40</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L40">database.model.ts:40</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -135,7 +135,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L10">database.model.ts:10</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L10">database.model.ts:10</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -161,7 +161,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L19">database.model.ts:19</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L19">database.model.ts:19</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -192,7 +192,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L35">database.model.ts:35</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L35">database.model.ts:35</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -220,7 +220,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L45">database.model.ts:45</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L45">database.model.ts:45</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> @@ -242,7 +242,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.model.ts#L30">database.model.ts:30</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.model.ts#L30">database.model.ts:30</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> diff --git a/docs/modules/_database_.html b/docs/modules/_database_.html index 6252a8e..7c81c91 100644 --- a/docs/modules/_database_.html +++ b/docs/modules/_database_.html @@ -86,6 +86,7 @@ <section class="tsd-index-section tsd-is-not-exported"> <h3>Functions</h3> <ul class="tsd-index-list"> + <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_database_.html#isrootnode" class="tsd-kind-icon">is<wbr>Root<wbr>Node</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_database_.html#splitpath" class="tsd-kind-icon">split<wbr>Path</a></li> </ul> </section> @@ -106,7 +107,7 @@ <div class="tsd-signature tsd-kind-icon">read<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__promisify__</span><span class="tsd-signature-symbol"> = promisify(readFile)</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L13">database.ts:13</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L14">database.ts:14</a></li> </ul> </aside> </section> @@ -116,7 +117,7 @@ <div class="tsd-signature tsd-kind-icon">write<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__promisify__</span><span class="tsd-signature-symbol"> = promisify(writeFile)</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L12">database.ts:12</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L13">database.ts:13</a></li> </ul> </aside> </section> @@ -124,6 +125,29 @@ <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> + <a name="isrootnode" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagConst">Const</span> is<wbr>Root<wbr>Node</h3> + <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> + <li class="tsd-signature tsd-kind-icon">is<wbr>Root<wbr>Node<span class="tsd-signature-symbol">(</span>path<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">boolean</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/d6111be/src/database.ts#L11">database.ts:11</a></li> + </ul> + </aside> + <h4 class="tsd-parameters-title">Parameters</h4> + <ul class="tsd-parameters"> + <li> + <h5>path: <span class="tsd-signature-type">string</span></h5> + </li> + </ul> + <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4> + </li> + </ul> + </section> + <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="splitpath" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> split<wbr>Path</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> @@ -133,7 +157,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L10">database.ts:10</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L10">database.ts:10</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -155,7 +179,7 @@ <div class="tsd-signature tsd-kind-icon">DEFAULT_<wbr>CTX<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L15">database.ts:15</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L16">database.ts:16</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> @@ -164,7 +188,7 @@ <div class="tsd-signature tsd-kind-icon">cache<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = `${__dirname}/db.json`</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L17">database.ts:17</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L18">database.ts:18</a></li> </ul> </aside> </section> @@ -174,7 +198,7 @@ <div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">log</span><span class="tsd-signature-symbol"> = console.log</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L16">database.ts:16</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L17">database.ts:17</a></li> </ul> </aside> </section> @@ -184,7 +208,7 @@ <div class="tsd-signature tsd-kind-icon">max<wbr>DbSizeMB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 6</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.ts#L18">database.ts:18</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.ts#L19">database.ts:19</a></li> </ul> </aside> </section> @@ -229,6 +253,9 @@ <a href="_database_.html#write" class="tsd-kind-icon">write</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> + <a href="_database_.html#isrootnode" class="tsd-kind-icon">is<wbr>Root<wbr>Node</a> + </li> + <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_database_.html#splitpath" class="tsd-kind-icon">split<wbr>Path</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> diff --git a/docs/modules/_database_test_.html b/docs/modules/_database_test_.html index b6d4a99..bb375db 100644 --- a/docs/modules/_database_test_.html +++ b/docs/modules/_database_test_.html @@ -93,7 +93,7 @@ <div class="tsd-signature tsd-kind-icon">max<wbr>DbSizeMB<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0.1</span><span class="tsd-signature-symbol"> = 0.1</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.test.ts#L7">database.test.ts:7</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.test.ts#L7">database.test.ts:7</a></li> </ul> </aside> </section> @@ -110,7 +110,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/database.test.ts#L4">database.test.ts:4</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/database.test.ts#L4">database.test.ts:4</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> diff --git a/docs/modules/_error_model_.html b/docs/modules/_error_model_.html index 3a4450f..a84cb4e 100644 --- a/docs/modules/_error_model_.html +++ b/docs/modules/_error_model_.html @@ -105,7 +105,7 @@ <div class="tsd-signature tsd-kind-icon">e<span class="tsd-signature-symbol">:</span> <a href="../enums/_error_model_.naiveerrorcode.html" class="tsd-signature-type">NaiveErrorCode</a><span class="tsd-signature-symbol"> = NaiveErrorCode</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L6">error.model.ts:6</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L6">error.model.ts:6</a></li> </ul> </aside> </section> @@ -122,7 +122,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/error.model.ts#L8">error.model.ts:8</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/error.model.ts#L8">error.model.ts:8</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> diff --git a/docs/modules/_util_.html b/docs/modules/_util_.html index f8b0ada..2a14f68 100644 --- a/docs/modules/_util_.html +++ b/docs/modules/_util_.html @@ -91,7 +91,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/f5c35a0/src/util.ts#L1">util.ts:1</a></li> + <li>Defined in <a href="https://github.com/nvandoorn/naive/blob/d6111be/src/util.ts#L1">util.ts:1</a></li> </ul> </aside> <h4 class="tsd-type-parameters-title">Type parameters</h4> |