0.1.2 • Published 6 months ago

@types/node-ssha256 v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/node-ssha256

Summary

This package contains type definitions for node-ssha256 (https://github.com/henne-/node-ssha256).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-ssha256.

index.d.ts

// Type definitions for node-ssha256 0.1
// Project: https://github.com/henne-/node-ssha256
// Definitions by: Chris Midgley <https://github.com/midgleyc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function check(hash: string, pw: string): boolean;
export function create(pw: string): string;

Additional Details

  • Last updated: Tue, 10 Aug 2021 17:31:25 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Chris Midgley.

0.1.2

6 months ago

0.1.1

7 months ago

0.1.0

3 years ago