mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
improved constructor documentation
This commit is contained in:
Vendored
-2
@@ -24,8 +24,6 @@ declare module jsSHA {
|
||||
* jsSHA is the workhorse of the library. Instantiate it with the string to
|
||||
* be hashed as the parameter
|
||||
*
|
||||
* @constructor
|
||||
* @this {jsSHA}
|
||||
* @param {string} variant The desired SHA variant (SHA-1, SHA-224, SHA-256,
|
||||
* SHA-384, or SHA-512)
|
||||
* @param {string} inputFormat The format of srcString: HEX, TEXT, B64, or BYTES
|
||||
|
||||
Reference in New Issue
Block a user