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
/
get.d.ts
9 lines
(8 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Node
}
from
'@stencila/schema'
;
import
{
Jesta
}
from
'.'
;
import
{
MethodSchema
}
from
'./manifest'
;
export
declare
const
schema
:
MethodSchema
;
export
declare
function
get
(
this
:
Jesta
,
name
:
string
):
Promise
<
Node
>;
export
declare
namespace
get
{
var
schema
:
MethodSchema
; }