UNPKG

vuoto

Version:

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

14 lines 351 B
/** * Replaces vertical tab with a newline. * @param input The string to normalize. * * @returns The normalized string. * * @example * * ```ts * const normalized = normalizeVerticalTab('Hello\vWorld'); // 'Hello\nWorld' * ``` */ export declare function normalizeVerticalTab(input: string): string; //# sourceMappingURL=vertical-tab.d.ts.map