mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-07 02:05:08 +08:00
Comply with ESM syntax.
This commit is contained in:
@ -185,4 +185,4 @@ function SHA256 (message) {
|
||||
}
|
||||
|
||||
// export SHA256 function
|
||||
module.exports = SHA256
|
||||
export { SHA256 }
|
||||
|
Reference in New Issue
Block a user