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

2.9.4 • Public • Published

Installation

npm install --save @types/jsreport

Summary

This package contains type definitions for jsreport (https://github.com/jsreport/jsreport).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsreport.

index.d.ts

// import all availible types for jsreport included extensions
import JsReportAssets = require("jsreport-assets");
import JsReportChromePdf = require("jsreport-chrome-pdf");
import JsReportDocx = require("jsreport-docx");
import JsReportHandlebars = require("jsreport-handlebars");
import JReportHtmlToXlsx = require("jsreport-html-to-xlsx");
import JsReportJsRender = require("jsreport-jsrender");
import JReportPdfUtils = require("jsreport-pdf-utils");
import JsReportReports = require("jsreport-reports");
import JsReportScripts = require("jsreport-scripts");
import JsReportTemplates = require("jsreport-templates");
import JsReportXlsx = require("jsreport-xlsx");

// just reexport types from core
import JsReport = require("jsreport-core");
export = JsReport;

Additional Details

Credits

These definitions were written by pofider.

/@types/jsreport/

    Package Sidebar

    Install

    npm i @types/jsreport

    Weekly Downloads

    915

    Version

    2.9.4

    License

    MIT

    Unpacked Size

    5.47 kB

    Total Files

    5

    Last publish

    Collaborators

    • types