Coder Social home page Coder Social logo

TypeScript definitions? about node-pptx HOT 4 CLOSED

heavysixer avatar heavysixer commented on May 24, 2024
TypeScript definitions?

from node-pptx.

Comments (4)

JClackett avatar JClackett commented on May 24, 2024 1

Am working on this:

declare module "nodejs-pptx" {
  declare interface Slide {
    addSlide(options?: any): Slide;
  }
  export class Composer {
    public load(path: string): Promise<Slide>
    public compose: (callback: (pres: Slide) => Promise<void>) => Promise<void>;
    public addSlide(): Slide
    public save(path: string): Promise<void>
  }
}

Im going to just add types for the methods that I need but you can follow a similar format, also literally just started so haven't tested anything yet but you get the idea!

Just create a file called nodejs-pptx.d.ts somewhere in your project, I typically do src/types/nodejs-pptx.d.ts

from node-pptx.

ezBeanie avatar ezBeanie commented on May 24, 2024 1

Wow, thanks! This is more than enough for me to continue!

from node-pptx.

JClackett avatar JClackett commented on May 24, 2024

Doesn't look like it unfortunately, no @types/node-pptx either, so probably have to manually declare types in own project

from node-pptx.

ezBeanie avatar ezBeanie commented on May 24, 2024

Thanks!
Sadly i have never written my own types as of yet, but i think i will try to do so.
Do you know any ressource or tutorial which i could follow?
Thanks for the answer!

from node-pptx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.