Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

155
Views
Typescript typedoc documenting export * as {component} from "file"

I have a ts file with exports and when using typedoc to generate documentation it is going over it I get the following error

Error: /builds/npm-modules/cas_three_card_poker/node_modules/@firefly/cas_common_lib/lib/cas_common_lib.d.ts(269)
 'from' expected.

each of these files exports are just exporting a function with the same name INIT export { INIT };

it doesn't like the export * as someName from 'fileName' If I switch it to export { INIT as someName } from 'fileName' it passes typedoc but the export actually fails in typescript so I can't use this.

Does anyone know how I can get the export * as working wth typedoc. I would like to avoid changing the file that is exporting because these are auto generated through a third party tool.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!