Skip to content

Commit

Permalink
docs(api): document hashDigest etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Sep 21, 2024
1 parent 0abe6ce commit ba27a84
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/content/api/loaders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,30 @@ module.exports = function (source) {
};
```
### this.hashDigest
`string`
The algorithm used for the hash.
### this.hashDigestLength
`number`
The length of the hash.
### this.hashFunction
`string`
The hash function used.
### this.hashSalt
`string`
The salt used for the hash.
### this.importModule
<Badge text="5.32.0+" />
Expand Down

0 comments on commit ba27a84

Please sign in to comment.