astro-ghostcms/.pnpm-store/v3/files/1d/21ff42a30a0b610d314527c50ef...

8 lines
120 B
Plaintext

/**
* @param {string} value
* @returns {string}
*/
export function normalize(value) {
return value.toLowerCase()
}