{"_id":"@types/json2xls","_rev":"3751245","name":"@types/json2xls","description":"TypeScript definitions for json2xls","dist-tags":{"latest":"0.0.0","ts4.6":"0.0.0","ts4.7":"0.0.0","ts4.8":"0.0.0","ts4.9":"0.0.0","ts5.0":"0.0.0","ts5.1":"0.0.0","ts5.2":"0.0.0","ts5.3":"0.0.0","ts5.4":"0.0.0","ts5.5":"0.0.0","ts5.6":"0.0.0","ts5.7":"0.0.0","ts5.8":"0.0.0","ts5.9":"0.0.0"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2025-03-04T06:13:53.000Z","created":"2024-02-19T20:35:28.636Z","0.0.0":"2024-02-19T20:35:28.636Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/json2xls"},"versions":{"0.0.0":{"name":"@types/json2xls","version":"0.0.0","description":"TypeScript definitions for json2xls","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json2xls","license":"MIT","contributors":[{"name":"Can Gökçeaslan","githubUsername":"cangokceaslan","url":"https://github.com/cangokceaslan"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/json2xls"},"scripts":{},"dependencies":{"@types/express":"*"},"typesPublisherContentHash":"db73ff00866fcfc6bcc2835a68232c6b2f8fba4961a8f5425e7d638711823e5c","typeScriptVersion":"4.6","_id":"@types/json2xls@0.0.0","dist":{"shasum":"73f3ea9c96e61ecf9f7269ad0fc8e721f405aa4d","size":1743,"noattachment":false,"key":"/@types/json2xls/-/@types/json2xls-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/json2xls/download/@types/json2xls-0.0.0.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/json2xls_0.0.0_1708374928456_0.027689992305589106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-19T20:35:28.636Z","publish_time":1708374928636,"_source_registry_name":"default","_cnpm_publish_time":1708374928636}},"readme":"# Installation\r\n> `npm install --save @types/json2xls`\r\n\r\n# Summary\r\nThis package contains type definitions for json2xls (https://github.com/rikkertkoppes/json2xls).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json2xls.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json2xls/index.d.ts)\r\n````ts\r\nimport express = require(\"express\");\n\ndeclare function json2xls(json: any, options?: json2xls.Config): Buffer;\n\ndeclare namespace json2xls {\n    interface Config {\n        fields?: Record<string, string> | string[] | undefined;\n        style?: string | undefined;\n    }\n\n    function middleware(\n        req: express.Request,\n        res: express.Response,\n        next: express.NextFunction,\n    ): void;\n}\n\nexport = json2xls;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Mon, 19 Feb 2024 20:35:27 GMT\r\n * Dependencies: [@types/express](https://npmjs.com/package/@types/express)\r\n\r\n# Credits\r\nThese definitions were written by [Can Gökçeaslan](https://github.com/cangokceaslan).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json2xls","license":"MIT"}