knowledgebase_law/node_modules/property-information/lib/util/case-insensitive-transform.d.ts

10 lines
322 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/**
* @param {Record<string, string>} attributes
* Attributes.
* @param {string} property
* Property.
* @returns {string}
* Transformed property.
*/
export function caseInsensitiveTransform(attributes: Record<string, string>, property: string): string;
//# sourceMappingURL=case-insensitive-transform.d.ts.map