[Modules]: Change __params
into a global variable
#56
Labels
Enhancement
[Category] New feature request
__params
into a global variable
#56
Feature
Is your feature request related to a problem? Please describe.
I'm always frustrated when TypeDoc API generator requires functions/mock functions to be defined in
functions.ts
in the root directory of the Source Module Bundles.I would like to change the default export function in Source Module Bundle's
index.ts
to regularexport function ...
for every function provided by the Source Module. The__params
should be changed into a global variable (ie.__dirname
).Checklist
The text was updated successfully, but these errors were encountered: