is-object/000755 001751 000177 0000000000 14522325161014413 5ustar00runner000000 000000 1452232516114522325161is-object/LICENSE000644 001751 000177 0000002165 14522325161015424 0ustar00runner000000 000000 1452232516114522325161 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 is-object/README.md000644 001751 000177 0000001503 14522325161015704 0ustar00runner000000 000000 1452236772414522325161# Installation > `npm install --save @types/is-object` # Summary This package contains type definitions for is-object (https://github.com/ljharb/is-object). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-object. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-object/index.d.ts) ````ts export = isObject; declare function isObject(value: unknown): value is Record; declare namespace isObject {} ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Wilson Hobbs](https://github.com/wbhob), [Jordan Harband](https://github.com/ljharb), and [Minh-Phuc Tran](https://github.com/phuctm97). is-object/index.d.ts000644 001751 000177 0000000222 14522325161016310 0ustar00runner000000 000000 1452232516114522325161export = isObject; declare function isObject(value: unknown): value is Record; declare namespace isObject {} is-object/package.json000644 001751 000177 0000002074 14522325161016717 0ustar00runner000000 000000 1452236772414522325161{ "name": "@types/is-object", "version": "1.0.5", "description": "TypeScript definitions for is-object", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-object", "license": "MIT", "contributors": [ { "name": "Wilson Hobbs", "githubUsername": "wbhob", "url": "https://github.com/wbhob" }, { "name": "Jordan Harband", "githubUsername": "ljharb", "url": "https://github.com/ljharb" }, { "name": "Minh-Phuc Tran", "githubUsername": "phuctm97", "url": "https://github.com/phuctm97" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/is-object" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "d1c8ea6baa9225230046a6e682699f000d4760be1f1f6091fb52738105f00101", "typeScriptVersion": "4.5" }