Deploying to gh-pages from @ tmelliott/ts@58a6b7a9f1 🚀
This commit is contained in:
parent
3ddc487f1c
commit
cda4cb5b36
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<ul class="list-unstyled"><li>
|
<ul class="list-unstyled"><li>
|
||||||
<p><strong>Tom Elliott</strong>. Author, maintainer. <a href="https://orcid.org/0000-0002-7815-6318" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a>
|
<p><strong>Tom Elliott</strong>. Author, maintainer. <a href="https://orcid.org/0000-0002-7815-6318" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a>
|
||||||
</p>
|
<br><small>Supported by the Ngā Puanga Pūtaiao Fellowships from Government funding, administered by the Royal Society Te Apārangi, New Zealand.</small></p>
|
||||||
</li>
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,8 @@
|
|||||||
<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet">
|
<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet">
|
||||||
<link href="deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet">
|
<link href="deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet">
|
||||||
<script src="deps/headroom-0.11.0/headroom.min.js"></script><script src="deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="deps/search-1.0.0/fuse.min.js"></script><script src="deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="pkgdown.js"></script><meta property="og:title" content="Helper Functions for Writing Type-safe Functions for rserve-ts">
|
<script src="deps/headroom-0.11.0/headroom.min.js"></script><script src="deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="deps/search-1.0.0/fuse.min.js"></script><script src="deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="pkgdown.js"></script><meta property="og:title" content="Helper Functions for Writing Type-safe Functions for rserve-ts">
|
||||||
<meta name="description" content="A set of helper functions for writing type safe functions for writing and compiling typescript functions for use with rserve-ts.">
|
<meta name="description" content="A set of helper functions for specifying typed functions for writing and compiling TypesSript functions for use with rserve-ts. The package allows users to easily specify Javascript input types and Rserve output types for Ocap (object capability) functioned. The companion library rserve-ts, available on npm <https://www.npmjs.com/package/rserve-ts>, provides the necessary infrastructure to run these functions in a Typescript environment.">
|
||||||
<meta property="og:description" content="A set of helper functions for writing type safe functions for writing and compiling typescript functions for use with rserve-ts.">
|
<meta property="og:description" content="A set of helper functions for specifying typed functions for writing and compiling TypesSript functions for use with rserve-ts. The package allows users to easily specify Javascript input types and Rserve output types for Ocap (object capability) functioned. The companion library rserve-ts, available on npm <https://www.npmjs.com/package/rserve-ts>, provides the necessary infrastructure to run these functions in a Typescript environment.">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
|
||||||
@ -143,6 +143,7 @@
|
|||||||
<h2 data-toc-skip>Developers</h2>
|
<h2 data-toc-skip>Developers</h2>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<li>Tom Elliott <br><small class="roles"> Author, maintainer </small> <a href="https://orcid.org/0000-0002-7815-6318" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a> </li>
|
<li>Tom Elliott <br><small class="roles"> Author, maintainer </small> <a href="https://orcid.org/0000-0002-7815-6318" target="orcid.widget" aria-label="ORCID" class="external-link"><span class="fab fa-orcid orcid" aria-hidden="true"></span></a> </li>
|
||||||
|
<li><a href="authors.html">More about authors...</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ pkgdown: 2.1.1
|
|||||||
pkgdown_sha: ~
|
pkgdown_sha: ~
|
||||||
articles:
|
articles:
|
||||||
simple-react-app: simple-react-app.html
|
simple-react-app: simple-react-app.html
|
||||||
last_built: 2025-02-24T02:58Z
|
last_built: 2025-02-24T03:11Z
|
||||||
urls:
|
urls:
|
||||||
reference: http://tomelliott.co.nz/ts/reference
|
reference: http://tomelliott.co.nz/ts/reference
|
||||||
article: http://tomelliott.co.nz/ts/articles
|
article: http://tomelliott.co.nz/ts/articles
|
||||||
|
|||||||
@ -61,6 +61,10 @@
|
|||||||
<dd><p>return type (ignored if overloads are provided)</p></dd>
|
<dd><p>return type (ignored if overloads are provided)</p></dd>
|
||||||
|
|
||||||
</dl></div>
|
</dl></div>
|
||||||
|
<div class="section level2">
|
||||||
|
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
|
||||||
|
<p>a ts function object which has a <code>call</code> method that will call the function with the given arguments, which will be checked for type correctness.</p>
|
||||||
|
</div>
|
||||||
<div class="section level2">
|
<div class="section level2">
|
||||||
<h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2>
|
<h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2>
|
||||||
<p>Defining functions is the core of writing Rserve apps.
|
<p>Defining functions is the core of writing Rserve apps.
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user