{"_id":"@types/signal-exit","_rev":"380850","name":"@types/signal-exit","description":"TypeScript definitions for signal-exit","dist-tags":{"latest":"3.0.1","ts2.1":"3.0.0","ts2.2":"3.0.0","ts2.3":"3.0.0","ts2.4":"3.0.0","ts2.5":"3.0.0","ts2.6":"3.0.0","ts2.7":"3.0.0","ts2.8":"3.0.0","ts2.9":"3.0.0","ts3.0":"3.0.0","ts3.1":"3.0.0","ts3.2":"3.0.0","ts3.3":"3.0.0","ts3.4":"3.0.0","ts3.5":"3.0.0","ts3.6":"3.0.1","ts3.7":"3.0.1","ts3.8":"3.0.1","ts3.9":"3.0.1","ts4.0":"3.0.1","ts4.1":"3.0.1","ts4.2":"3.0.1","ts4.3":"3.0.1","ts4.4":"3.0.1","ts4.5":"3.0.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2021-08-23T09:01:01.000Z","created":"2018-12-25T05:38:00.703Z","3.0.1":"2021-07-06T17:09:42.542Z","3.0.0":"2018-12-25T05:38:00.703Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/signal-exit"},"versions":{"3.0.1":{"name":"@types/signal-exit","version":"3.0.1","description":"TypeScript definitions for signal-exit","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/signal-exit","license":"MIT","contributors":[{"name":"BendingBender","url":"https://github.com/BendingBender","githubUsername":"BendingBender"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/signal-exit"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"46dcbd7cd736a2dc6a3dd89d69ad3d9ff3848a5764bc3d41cde9b495774d3e44","typeScriptVersion":"3.6","_id":"@types/signal-exit@3.0.1","dist":{"shasum":"ec9fb8e3fbf0ed5d9f7d22b5647214bece916a5b","size":1707,"noattachment":false,"key":"/@types/signal-exit/-/@types/signal-exit-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/signal-exit/download/@types/signal-exit-3.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/signal-exit_3.0.1_1625591382402_0.7174852027505956"},"_hasShrinkwrap":false,"publish_time":1625591382542,"_cnpm_publish_time":1625591382542},"3.0.0":{"name":"@types/signal-exit","version":"3.0.0","description":"TypeScript definitions for signal-exit","license":"MIT","contributors":[{"name":"BendingBender","url":"https://github.com/BendingBender","githubUsername":"BendingBender"}],"main":"","types":"index","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"d098c8c15a236e59c1a8fcba6f043c8dcee6138ad652518d292e25bc0da89574","typeScriptVersion":"2.1","_id":"@types/signal-exit@3.0.0","dist":{"shasum":"75e3b17660cf1f6c6cb8557675b4e680e43bbf36","size":1641,"noattachment":false,"key":"/@types/signal-exit/-/@types/signal-exit-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/signal-exit/download/@types/signal-exit-3.0.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/signal-exit_3.0.0_1545716280572_0.5866997897186792"},"_hasShrinkwrap":false,"publish_time":1545716280703,"_cnpm_publish_time":1545716280703}},"readme":"# Installation\r\n> `npm install --save @types/signal-exit`\r\n\r\n# Summary\r\nThis package contains type definitions for signal-exit (https://github.com/tapjs/signal-exit).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/signal-exit.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/signal-exit/index.d.ts)\r\n````ts\r\n// Type definitions for signal-exit 3.0\n// Project: https://github.com/tapjs/signal-exit\n// Definitions by: BendingBender <https://github.com/BendingBender>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// TypeScript Version: 2.1\n\nexport = signalExit;\n\ndeclare function signalExit(\n    callback: (code: number | null, signal: signalExit.Signal | null) => void,\n    options?: signalExit.Options\n): () => void;\n\ndeclare namespace signalExit {\n    function load(): void;\n    function unload(): void;\n    function signals(): Signal[];\n\n    type Signal = 'SIGABRT' | 'SIGALRM' | 'SIGHUP' | 'SIGINT' | 'SIGTERM' | string;\n\n    interface Options {\n        alwaysLast?: boolean | undefined;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 16:34:46 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [BendingBender](https://github.com/BendingBender).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/signal-exit","license":"MIT"}