taraskevizer
Version:
Канвэртацыя акадэмічнага правапісу ў клясычны
14 lines (13 loc) • 356 B
TypeScript
/**
* Reverse the changes made in the {@link prepare} step
* and replace new lines with the passed string.
*
* Restores:
* `(` from `(`,
* ` ` from ` `,
*
* Replaces new lines with the `newLine` config value.
*
* Removes spaces around punctuation marks and digits.
*/
export declare const finalize: import("./types").TaraskStep<object>;