UNPKG
dk-compiler
Version:
latest (0.2.2)
0.2.2
0.2.1
0.1.0
DK compiler - collects the module
bitbucket.org/DenKar/dk-compiler
dk-compiler
/
src
/
index.d.ts
3 lines
(2 loc)
•
85 B
TypeScript
View Raw
1
2
3
export
{ dkc_info }
from
"./info"
;
export
declare
const
dkc_run
:
(
opt
:
any
) =>
void
;