simplifies access to node hash functions. TypeScript Ready
We recommend the use of TypeScript for best in class intellisense.
import * as nodehash from "nodehash"; let sha256 = new nodehash.sha256(); let myHashedString = sha256.fromString();