knowledgebase_law/node_modules/property-information/lib/util/case-sensitive-transform.d.ts
2025-04-11 11:47:09 -04:00

10 lines
322 B
TypeScript

/**
* @param {Record<string, string>} attributes
* Attributes.
* @param {string} attribute
* Attribute.
* @returns {string}
* Transformed attribute.
*/
export function caseSensitiveTransform(attributes: Record<string, string>, attribute: string): string;
//# sourceMappingURL=case-sensitive-transform.d.ts.map