astro-ghostcms/.pnpm-store/v3/files/fa/a2d47fa2c9e90486cf701b78764...

7 lines
207 B
Plaintext

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