Guest User

Untitled

a guest
Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. const buildContentDigest = content =>
  2. crypto
  3. .createHash(`md5`)
  4. .update(JSON.stringify(content))
  5. .digest(`hex`)
Add Comment
Please, Sign In to add comment