UNPKG
@broxus/tip3
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
Set of ready-to-use tvm token contracts following tip3 standard
github.com/broxus/tip3
@broxus/tip3
/
scripts
/
helpers
/
gen-docs.js
9 lines
(6 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ docgen } =
require
(
'solidity-docgen'
);
const
config =
require
(
'../../docs/config'
);
async
function
main
(
) {
await
docgen
([], config); }
main
();