mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
/**
|
|
* @param {Record<string, string>} attributes
|
|
* @param {string} property
|
|
* @returns {string}
|
|
*/
|
|
export function caseInsensitiveTransform(attributes: Record<string, string>, property: string): string;
|