@types/json2xls
TypeScript definitions for json2xls
Last updated 2 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/json2xls 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/json2xls

Summary

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

Details

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

index.d.ts

import express = require("express");

declare function json2xls(json: any, options?: json2xls.Config): Buffer;

declare namespace json2xls {
    interface Config {
        fields?: Record<string, string> | string[] | undefined;
        style?: string | undefined;
    }

    function middleware(
        req: express.Request,
        res: express.Response,
        next: express.NextFunction,
    ): void;
}

export = json2xls;

Additional Details

  • Last updated: Mon, 19 Feb 2024 20:35:27 GMT
  • Dependencies: @types/express

Credits

These definitions were written by Can Gökçeaslan.

Current Tags

  • 0.0.0                                ...           latest (2 years ago)
  • 0.0.0                                ...           ts4.6 (2 years ago)
  • 0.0.0                                ...           ts4.7 (2 years ago)
  • 0.0.0                                ...           ts4.8 (2 years ago)
  • 0.0.0                                ...           ts4.9 (2 years ago)
  • 0.0.0                                ...           ts5.0 (2 years ago)
  • 0.0.0                                ...           ts5.1 (2 years ago)
  • 0.0.0                                ...           ts5.2 (2 years ago)
  • 0.0.0                                ...           ts5.3 (2 years ago)
  • 0.0.0                                ...           ts5.4 (2 years ago)
  • 0.0.0                                ...           ts5.5 (2 years ago)
  • 0.0.0                                ...           ts5.6 (2 years ago)
  • 0.0.0                                ...           ts5.7 (2 years ago)
  • 0.0.0                                ...           ts5.8 (2 years ago)
  • 0.0.0                                ...           ts5.9 (2 years ago)

1 Versions

  • 0.0.0                                ...           2 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |