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

1.0.3 • Public • Published

Installation

npm install --save @types/cipher-base

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cipher-base.

index.d.ts

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

declare abstract class CipherBase {
    constructor(hashMode?: string);
    abstract final(): Buffer;
    abstract update(value: Buffer, inputEnc?: string, outputEnc?: string): Buffer;
}

export = CipherBase;

Additional Details

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

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/cipher-base

Weekly Downloads

4,753

Version

1.0.3

License

MIT

Unpacked Size

2.93 kB

Total Files

5

Last publish

Collaborators

  • types