Files
est-frame/node_modules/property-information/lib/normalize.d.ts
2025-10-22 05:38:27 +00:00

6 lines
104 B
TypeScript
Executable File

/**
* @param {string} value
* @returns {string}
*/
export function normalize(value: string): string;