typedarray-to-buffer/000755 001751 000177 0000000000 14560700144016607 5ustar00runner000000 000000 1456070014414560700144typedarray-to-buffer/LICENSE000644 001751 000177 0000002165 14560700144017620 0ustar00runner000000 000000 1456070014414560700144 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 typedarray-to-buffer/README.md000644 001751 000177 0000001472 14560700144020064 0ustar00runner000000 000000 1456070021014560700144# Installation > `npm install --save @types/typedarray-to-buffer` # Summary This package contains type definitions for typedarray-to-buffer (https://github.com/feross/typedarray-to-buffer). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/typedarray-to-buffer. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/typedarray-to-buffer/index.d.ts) ````ts /// declare function typedarrayToBuffer(arr: ArrayBufferView): Buffer; export = typedarrayToBuffer; ```` ### Additional Details * Last updated: Wed, 07 Feb 2024 13:06:44 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Leon Si](https://github.com/leonsilicon). typedarray-to-buffer/index.d.ts000644 001751 000177 0000000201 14560700144020501 0ustar00runner000000 000000 1456070014414560700144/// declare function typedarrayToBuffer(arr: ArrayBufferView): Buffer; export = typedarrayToBuffer; typedarray-to-buffer/package.json000644 001751 000177 0000001547 14560700144021076 0ustar00runner000000 000000 1456070021014560700144{ "name": "@types/typedarray-to-buffer", "version": "4.0.4", "description": "TypeScript definitions for typedarray-to-buffer", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/typedarray-to-buffer", "license": "MIT", "contributors": [ { "name": "Leon Si", "githubUsername": "leonsilicon", "url": "https://github.com/leonsilicon" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/typedarray-to-buffer" }, "scripts": {}, "dependencies": { "@types/node": "*" }, "typesPublisherContentHash": "4147b854e2d579dbf4e83918c65cfbd3dcb435236d73d12b2e27208aa2511807", "typeScriptVersion": "4.6" }