typestub-sha256
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

TypeStub for sha256

source: https://github.com/beenotung/typestub-sha256

TL;DL

sha256, the npm package, is not typed, this package is to give type to that. This repo try to fix it (or workaround with it).

Example

import {sha256} from "typestub-sha256";
 
const hash = sha256('123');
console.log({hash});

or import this package directly.

var sha256 = require("typestub-sha256");

Package Sidebar

Install

npm i typestub-sha256

Weekly Downloads

1

Version

0.3.3

License

BSD-2-Clause

Unpacked Size

16.9 kB

Total Files

8

Last publish

Collaborators

  • beenotung