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
/
util
/
changes.d.ts
5 lines
(4 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
import
{
Entity
}
from
'@stencila/schema'
;
import
{
Method
}
from
'../types'
;
export
declare
const
needed
:
(
entity
:
Entity
,
method
:
Method
) =>
boolean
;
export
declare
const
record
:
(
entity
:
Entity
,
method
:
Method
,
seconds
:
number
) =>
Entity
;