We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abe6ce commit ba27a84Copy full SHA for ba27a84
src/content/api/loaders.mdx
@@ -389,6 +389,30 @@ module.exports = function (source) {
389
};
390
```
391
392
+### this.hashDigest
393
+
394
+`string`
395
396
+The algorithm used for the hash.
397
398
+### this.hashDigestLength
399
400
+`number`
401
402
+The length of the hash.
403
404
+### this.hashFunction
405
406
407
408
+The hash function used.
409
410
+### this.hashSalt
411
412
413
414
+The salt used for the hash.
415
416
### this.importModule
417
418
<Badge text="5.32.0+" />
0 commit comments