Files
DefinitelyTyped/types/safer-buffer/index.d.ts

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';