UNPKG

taraskevizer

Version:

Канвэртацыя акадэмічнага правапісу ў клясычны

14 lines (13 loc) 356 B
/** * Reverse the changes made in the {@link prepare} step * and replace new lines with the passed string. * * Restores: * `(` from `&#40`, * ` ` from `&nbsp;`, * * Replaces new lines with the `newLine` config value. * * Removes spaces around punctuation marks and digits. */ export declare const finalize: import("./types").TaraskStep<object>;