0.3.3 • Published 6 years ago

typestub-sha256 v0.3.3

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
6 years ago

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");
0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago