CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
normalize.d.ts11 linesDownload Raw Back to lib
1/**2 * Get the cleaned case insensitive form of an attribute or property.3 *4 * @param {string} value5 *   An attribute-like or property-like name.6 * @returns {string}7 *   Value that can be used to look up the properly cased property on a8 *   `Schema`.9 */10export function normalize(value: string): string;11//# sourceMappingURL=normalize.d.ts.map
basant307/AI_Governance_Project · CoolFace