DefinitelyTyped/types/safer-buffer/index.d.ts
2019-07-19 09:37:28 -07:00

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