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

7 lines
207 B
Plaintext

/**
* @param {Record<string, string>} attributes
* @param {string} attribute
* @returns {string}
*/
export function caseSensitiveTransform(attributes: Record<string, string>, attribute: string): string;