| 12345678910 |
- /**
- * @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
|