mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
298 B
TypeScript
9 lines
298 B
TypeScript
// Type definitions for safer-buffer 2.1
|
|
// Project: https://github.com/ChALkeR/safer-buffer#readme
|
|
// Definitions by: Florian Keller <https://github.com/ffflorian>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="node" />
|
|
|
|
export { Buffer } from 'buffer';
|