@types/safer-buffer
Version:
TypeScript definitions for safer-buffer
23 lines (16 loc) • 735 B
Markdown
# Installation
> `npm install --save @types/safer-buffer`
# Summary
This package contains type definitions for safer-buffer (https://github.com/ChALkeR/safer-buffer#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/safer-buffer.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/safer-buffer/index.d.ts)
````ts
/// <reference types="node" />
export { Buffer } from "buffer";
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Florian Keller](https://github.com/ffflorian).