Files
docs/node_modules/property-information/lib/util/case-sensitive-transform.d.ts

10 lines
322 B
TypeScript
Raw Normal View History

2025-08-27 14:05:33 +08:00
/**
* @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