@types/buffer-xor
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Installation

npm install --save @types/buffer-xor

Summary

This package contains type definitions for buffer-xor (https://github.com/crypto-browserify/buffer-xor).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/buffer-xor.

index.d.ts

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

declare function xor(a: Buffer, b: Buffer): Buffer;

export = xor;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Daniel Byrne.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/buffer-xor

Weekly Downloads

6,762

Version

2.0.2

License

MIT

Unpacked Size

2.84 kB

Total Files

5

Last publish

Collaborators

  • types