UNPKG
@stencila/jesta
Version:
latest (1.10.5)
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Stencila plugin for executable documents using JavaScript
github.com/stencila/jesta
stencila/jesta
@stencila/jesta
/
dist
/
serve.d.ts
6 lines
(5 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Jesta
}
from
'.'
;
/** * Serve the plugin. */
export
declare
function
serve
(
this
: Jesta
):
Promise
<
void
>;