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
/
enrich.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
import
{
Node
}
from
'@stencila/schema'
;
import
{
Jesta
}
from
'.'
;
export
declare
function
enrich
(
this
: Jesta, node: Node, force?: boolean
):
Promise
<
Node
>;