@types/fill-pdf
TypeScript icon, indicating that this package has built-in type declarations

0.5.5 • Public • Published

Installation

npm install --save @types/fill-pdf

Summary

This package contains type definitions for fill-pdf (https://github.com/dommmel/fill-pdf).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fill-pdf.

index.d.ts

/// <reference types="node" />

declare module "fill-pdf" {
    export interface FormData {
        [name: string]: string;
    }

    export function generatePdf(
        data: FormData,
        templatePath: string,
        extendArgs: string[],
        callback?: (err: Error, output: Buffer) => void,
    ): void;
    export function generateFdf(data: FormData): Buffer;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Seth Westphal.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fill-pdf

Weekly Downloads

432

Version

0.5.5

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types