Files
skills-here-run-place/node_modules/property-information/lib/util/case-sensitive-transform.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01: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