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

7 lines
207 B
Plaintext
Raw Permalink Normal View History

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