fennel-ls/test/test-project/modname/modname.fnl
2022-09-23 00:03:10 -05:00

6 lines
81 B
Fennel

(fn this-is-in-modname []
"this is a docstring"
nil)
{: this-is-in-modname}