UNPKG
jokio
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
core, awesome, simple functions
jokio/jokio
jokio
/
dist
/
timer.d.ts
3 lines
(2 loc)
•
100 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
info
?:
any
) =>
(
state
:
any
,
context
:
any
) =>
any
;
export
default
_default;