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
/
timer.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
export
declare
const
start
:
() =>
bigint
;
export
declare
const
seconds
:
(
start
:
bigint
) =>
number
;