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

0.0.33 • Public • Published

Installation

npm install --save @types/bitwise-xor

Summary

This package contains type definitions for bitwise-xor (https://github.com/czzarr/node-bitwise-xor).

Details

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

index.d.ts

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

/**
 * Bitwise XOR between two Buffers or Strings, returns a Buffer
 */
declare function xor(a: Buffer | string, b: Buffer | string): Buffer;

export = xor;

Additional Details

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

Credits

These definitions were written by Rogier Schouten, and BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/bitwise-xor

Weekly Downloads

66

Version

0.0.33

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types