We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please specify what version of the library you are using: [master]
Please specify what version(s) of PowerPoint you are targeting: [n/a]
Expect to have a return type here: https://github.com/gitbrent/PptxGenJS/blob/master/types/index.d.ts#L87
node_modules/pptxgenjs/types/index.d.ts:87:2 - error TS7010: 'addSection', which lacks return-type annotation, implicitly has an 'any' return type. 87 addSection(section: PptxGenJS.SectionProps) ~~~~~~~~~~ Found 1 error.
Type check project with latest PptxGenJS as a depedency and skipLibChecks: false.
skipLibChecks: false
The text was updated successfully, but these errors were encountered:
fix for Issue #833
e10a860
added Issue #833
506af72
Thanks @dylang !
Sorry, something went wrong.
Disable noImplicitAny
58370ac
gitbrent/PptxGenJS#833
Is there a workaround for this that I can use while 3.4.0 is released?
gitbrent
No branches or pull requests
Category
Version
Please specify what version of the library you are using: [master]
Please specify what version(s) of PowerPoint you are targeting: [n/a]
Expected / Desired Behavior / Question
Expect to have a return type here: https://github.com/gitbrent/PptxGenJS/blob/master/types/index.d.ts#L87
Observed Behavior
Steps to Reproduce
Type check project with latest PptxGenJS as a depedency and
skipLibChecks: false
.The text was updated successfully, but these errors were encountered: