4.0.4 • Published 3 months ago

@types/typedarray-to-buffer v4.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

// Type definitions for typedarray-to-buffer 4.0
// Project: https://github.com/feross/typedarray-to-buffer
// Definitions by: Leon Si <https://github.com/leonzalion>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

declare function typedarrayToBuffer(arr: ArrayBufferView): Buffer;

export = typedarrayToBuffer;

Additional Details

  • Last updated: Mon, 02 May 2022 18:01:41 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Leon Si.

4.0.4

3 months ago

4.0.3

3 months ago

4.0.1

7 months ago

4.0.2

6 months ago

4.0.0

2 years ago