Line wrap
Files
src
util
helpers.ts
index.ts
src/index.ts
Copied!
4 lines · 53 B
1
export
function
main
()
:
void
{
2
console.
log
(
'ok'
)
3
}
src/util/helpers.ts
Copied!
2 lines · 31 B
1
export
const
VERSION
=
'1.0.0'