{"_id":"@types/concat-stream","_rev":"368034","name":"@types/concat-stream","description":"TypeScript definitions for concat-stream","dist-tags":{"latest":"1.6.1","ts2.0":"1.6.0","ts2.1":"1.6.0","ts2.2":"1.6.0","ts2.3":"1.6.0","ts2.4":"1.6.0","ts2.5":"1.6.0","ts2.6":"1.6.0","ts2.7":"1.6.0","ts2.8":"1.6.0","ts2.9":"1.6.0","ts3.0":"1.6.0","ts3.1":"1.6.0","ts3.2":"1.6.0","ts3.3":"1.6.0","ts3.4":"1.6.0","ts3.5":"1.6.0","ts3.6":"1.6.1","ts3.7":"1.6.1","ts3.8":"1.6.1","ts3.9":"1.6.1","ts4.0":"1.6.1","ts4.1":"1.6.1","ts4.2":"1.6.1","ts4.3":"1.6.1","ts4.4":"1.6.1","ts4.5":"1.6.1","ts4.6":"1.6.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2021-11-18T19:46:15.000Z","created":"2017-01-09T15:22:13.786Z","1.6.1":"2021-07-06T18:31:07.593Z","1.6.0":"2017-01-09T15:22:13.786Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/concat-stream"},"versions":{"1.6.1":{"name":"@types/concat-stream","version":"1.6.1","description":"TypeScript definitions for concat-stream","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream","license":"MIT","contributors":[{"name":"Joey Marianer","url":"https://github.com/jmarianer","githubUsername":"jmarianer"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/concat-stream"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"8f7fac8d71824323d56f6c2aaa7be7b1cc479f85083e3f178fa31b830b717f86","typeScriptVersion":"3.6","_id":"@types/concat-stream@1.6.1","dist":{"shasum":"24bcfc101ecf68e886aaedce60dfd74b632a1b74","size":1684,"noattachment":false,"key":"/@types/concat-stream/-/@types/concat-stream-1.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/concat-stream/download/@types/concat-stream-1.6.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/concat-stream_1.6.1_1625596267462_0.12502495627828103"},"_hasShrinkwrap":false,"publish_time":1625596267593,"_cnpm_publish_time":1625596267593},"1.6.0":{"name":"@types/concat-stream","version":"1.6.0","description":"TypeScript definitions for concat-stream","license":"MIT","author":"Joey Marianer <https://github.com/jmarianer>","main":"","repository":{"type":"git","url":"https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{"@types/node":"*"},"peerDependencies":{},"typesPublisherContentHash":"c8835aa1ec588a7222bd6cb9eaf8e2bc39d105c0500b6cbdabc5662ae74c8f86","typeScriptVersion":"2.0","_id":"@types/concat-stream@1.6.0","dist":{"shasum":"394dbe0bb5fee46b38d896735e8b68ef2390d00d","size":1086,"noattachment":false,"key":"/@types/concat-stream/-/@types/concat-stream-1.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/concat-stream/download/@types/concat-stream-1.6.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/concat-stream-1.6.0.tgz_1483975333574_0.9150186630431563"},"directories":{},"publish_time":1483975333786,"_cnpm_publish_time":1483975333786,"_hasShrinkwrap":false}},"readme":"# Installation\r\n> `npm install --save @types/concat-stream`\r\n\r\n# Summary\r\nThis package contains type definitions for concat-stream (https://github.com/maxogden/concat-stream).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream/index.d.ts)\r\n````ts\r\n// Type definitions for concat-stream 1.6\n// Project: https://github.com/maxogden/concat-stream\n// Definitions by: Joey Marianer <https://github.com/jmarianer>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n/// <reference types=\"node\" />\n\nimport { Writable } from \"stream\";\n\ninterface ConcatOpts {\n  encoding?: string | undefined;\n}\n\ndeclare function concat(cb: (buf: Buffer) => void): Writable;\ndeclare function concat(opts: ConcatOpts, cb: (buf: Buffer) => void): Writable;\n\nexport = concat;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 18:05:59 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Joey Marianer](https://github.com/jmarianer).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream","license":"MIT"}