Doesn't work for re-exported functions from other packages #3
Open
Description
Describe the bug
In my package, I re-export a function. But I don't get its documentation in my readme.
export { default as isPathInside } from "is-path-inside"
To Reproduce
Reexport a function from another package
Expected behavior
Re-exported functions should be documented.
Screenshots
Environment information:
Additional context
aminya/patha#5