UNPKG

vuoto

Version:

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

14 lines 401 B
/** * Replaces various visible miscellaneous spaces with normal spaces. * @param input The string to normalize. * * @returns The normalized string. * * @example * * ```ts * const normalized = normalizeVisibleMiscSpaces('Hello\u2004World'); // 'Hello World' * ``` */ export declare function normalizeVisibleMiscSpaces(input: string): string; //# sourceMappingURL=visible-misc-spaces.d.ts.map