79132158

Date: 2024-10-28 05:43:32
Score: 1.5
Natty:
Report link

You can resolve this by changing the import statement

From: import PDFDocument from 'pdfkit';

to: import * as PDFDocument from 'pdfkit';

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Krishnamoorthi Thangavel