mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
brcryp: perfer npmjs project link
This commit is contained in:
Vendored
+2
-2
@@ -1,5 +1,5 @@
|
||||
// Type definitions for bcrypt
|
||||
// Project: https://github.com/ncb000gt/node.bcrypt.js
|
||||
// Project: https://www.npmjs.org/package/bcrypt
|
||||
// Definitions by: Peter Harris <https://github.com/codeanimal>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@@ -62,4 +62,4 @@ declare module "bcrypt" {
|
||||
* @param encrypted Hash from which the number of rounds used should be extracted.
|
||||
*/
|
||||
export function getRounds(encrypted: string): number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user