Skip to content

Commit ba27a84

Browse files
committed
docs(api): document hashDigest etc.
1 parent 0abe6ce commit ba27a84

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/content/api/loaders.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,30 @@ module.exports = function (source) {
389389
};
390390
```
391391
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+
`string`
407+
408+
The hash function used.
409+
410+
### this.hashSalt
411+
412+
`string`
413+
414+
The salt used for the hash.
415+
392416
### this.importModule
393417
394418
<Badge text="5.32.0+" />

0 commit comments

Comments
 (0)