mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
/**
|
|
* @param {string} value
|
|
* @returns {string}
|
|
*/
|
|
export function normalize(value: string): string;
|