UNPKG

vuoto

Version:

Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void

14 lines 341 B
/** * Applies all whitespace normalizations in sequence. * @param input The string to normalize. * * @returns The normalized string. * * @example * * ```ts * const normalized = normalize('Hello\u200BWorld'); // 'HelloWorld' * ``` */ export declare function normalize(input: string): string; //# sourceMappingURL=normalize.d.ts.map