marpple / FxTS

A functional programming library for TypeScript/JavaScript
https://fxts.dev
Apache License 2.0
862 stars 63 forks source link

fix(unless): invalid return tag #270

Closed hg-pyun closed 2 months ago

hg-pyun commented 2 months ago

Summary

I found it while building doc.

Reading website.api.json
MarkdownFeature: onInitialized()

Deleting old output from docs
Writing website package
Unsupported block tag: @return <--
MarkdownFeature: onFinished

return is invalid tag. Replace to returns.