sigmund/000755 001751 000177 0000000000 14522451650014213 5ustar00runner000000 000000 1452245165014522451650sigmund/LICENSE000644 001751 000177 0000002165 14522451650015224 0ustar00runner000000 000000 1452245165014522451650 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE sigmund/README.md000644 001751 000177 0000001255 14522451650015473 0ustar00runner000000 000000 1452246333014522451650# Installation > `npm install --save @types/sigmund` # Summary This package contains type definitions for sigmund (https://github.com/isaacs/sigmund#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sigmund. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sigmund/index.d.ts) ````ts export = sigmund; declare function sigmund(subject: any, maxDepth?: number): string; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender). sigmund/index.d.ts000644 001751 000177 0000000126 14522451650016113 0ustar00runner000000 000000 1452245165014522451650export = sigmund; declare function sigmund(subject: any, maxDepth?: number): string; sigmund/package.json000644 001751 000177 0000001435 14522451650016502 0ustar00runner000000 000000 1452246333014522451650{ "name": "@types/sigmund", "version": "1.0.2", "description": "TypeScript definitions for sigmund", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sigmund", "license": "MIT", "contributors": [ { "name": "BendingBender", "githubUsername": "BendingBender", "url": "https://github.com/BendingBender" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/sigmund" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "ecac716a483242fec7bf41ab2faafc5d975788a030627988f4256866338cbf00", "typeScriptVersion": "4.5" }