astro-ghostcms/.pnpm-store/v3/files/cc/bc5c5e64c305e8724e3af6a2427...

7 lines
207 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {Record<string, string>} attributes
* @param {string} attribute
* @returns {string}
*/
export function caseSensitiveTransform(attributes: Record<string, string>, attribute: string): string;