{"_id":"@types/yargs-unparser","_rev":"3016789","name":"@types/yargs-unparser","description":"TypeScript definitions for yargs-unparser","dist-tags":{"latest":"2.0.1","ts3.6":"2.0.1","ts3.7":"2.0.1","ts3.8":"2.0.1","ts3.9":"2.0.1","ts4.0":"2.0.1","ts4.1":"2.0.1","ts4.2":"2.0.1","ts4.3":"2.0.1","ts4.4":"2.0.1","ts4.5":"2.0.1","ts4.6":"2.0.1","ts4.7":"2.0.1","ts4.8":"2.0.1","ts4.9":"2.0.1","ts5.0":"2.0.1","ts5.1":"2.0.1","ts5.2":"2.0.1","ts5.3":"2.0.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-10-17T06:04:45.000Z","created":"2021-06-06T16:01:33.472Z","2.0.1":"2021-07-02T16:36:06.963Z","2.0.0":"2021-06-06T16:01:33.472Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/yargs-unparser"},"versions":{"2.0.1":{"name":"@types/yargs-unparser","version":"2.0.1","description":"TypeScript definitions for yargs-unparser","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser","license":"MIT","contributors":[{"name":"Anton Golub","url":"https://github.com/antongolub","githubUsername":"antongolub"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/yargs-unparser"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"0ab2f2807cd08f63aaa1ffa5df08e1c056932171c443b1afab962a380f96129b","typeScriptVersion":"3.6","_id":"@types/yargs-unparser@2.0.1","dist":{"shasum":"9c804fddbe3693f7efade3fe24eccb35818a5217","size":1688,"noattachment":false,"key":"/@types/yargs-unparser/-/@types/yargs-unparser-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/yargs-unparser/download/@types/yargs-unparser-2.0.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/yargs-unparser_2.0.1_1625243766809_0.5579634957659281"},"_hasShrinkwrap":false,"publish_time":1625243766963,"_cnpm_publish_time":1625243766963,"_cnpmcore_publish_time":"2021-12-16T19:20:12.402Z"},"2.0.0":{"name":"@types/yargs-unparser","version":"2.0.0","description":"TypeScript definitions for yargs-unparser","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser","license":"MIT","contributors":[{"name":"Anton Golub","url":"https://github.com/antongolub","githubUsername":"antongolub"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/yargs-unparser"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"f475fbacb10240268bceda48fce696c4ad85f35e4d7efbea48c5025efb04d000","typeScriptVersion":"3.6","_id":"@types/yargs-unparser@2.0.0","dist":{"shasum":"c5bdc96bbca849a5689cbdbb981373e9cfed14df","size":1678,"noattachment":false,"key":"/@types/yargs-unparser/-/@types/yargs-unparser-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/yargs-unparser/download/@types/yargs-unparser-2.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/yargs-unparser_2.0.0_1622995293350_0.797685456647393"},"_hasShrinkwrap":false,"publish_time":1622995293472,"_cnpm_publish_time":1622995293472,"_cnpmcore_publish_time":"2021-12-16T19:20:12.628Z"}},"readme":"# Installation\r\n> `npm install --save @types/yargs-unparser`\r\n\r\n# Summary\r\nThis package contains type definitions for yargs-unparser (https://github.com/yargs/yargs-unparser#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser/index.d.ts)\r\n````ts\r\n// Type definitions for yargs-unparser 2.0\n// Project: https://github.com/yargs/yargs-unparser#readme\n// Definitions by: Anton Golub <https://github.com/antongolub>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\ndeclare namespace yargsUnparser {\n    type Argv = string[];\n    interface Arguments {\n        _: string[];\n        [argName: string]: any;\n    }\n\n    interface UnparserOptions {\n        alias?: Record<string, string[]> | undefined;\n        default?: Record<string, string> | undefined;\n        command?: string | undefined;\n    }\n\n    interface Unparser {\n        (args: Arguments, opts?: UnparserOptions): Argv;\n    }\n}\n\ndeclare var yargsUnparser: yargsUnparser.Unparser;\nexport = yargsUnparser;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 02 Jul 2021 16:32:07 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Anton Golub](https://github.com/antongolub).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-unparser","license":"MIT"}