typedarray-to-buffer/ 000755 001751 000177 0000000000 14560700144 016607 5 ustar 00runner 000000 000000 14560700144 14560700144 typedarray-to-buffer/LICENSE 000644 001751 000177 0000002165 14560700144 017620 0 ustar 00runner 000000 000000 14560700144 14560700144 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.md 000644 001751 000177 0000001472 14560700144 020064 0 ustar 00runner 000000 000000 14560700210 14560700144 # 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.ts 000644 001751 000177 0000000201 14560700144 020501 0 ustar 00runner 000000 000000 14560700144 14560700144 ///
declare function typedarrayToBuffer(arr: ArrayBufferView): Buffer;
export = typedarrayToBuffer;
typedarray-to-buffer/package.json 000644 001751 000177 0000001547 14560700144 021076 0 ustar 00runner 000000 000000 14560700210 14560700144 {
"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"
}