- Notifications You must be signed in to change notification settings
- Fork 4
Choose a tag to compare
Adds createHashHex export for hex hashes, similar to the createHash function which returns base64 hashes. Currently hex hashes are used by the Fetch plugin.
import { createHashHex } from "@11ty/eleventy-utils"; const hash = await createHashHex("This", "is", "an", "arbitrary", "string.");
Full Changelog: v2.0.4...v2.0.5











