UNPKG

hexo-blogger-xml

Version:

Import xml blogger to hexo

16 lines (15 loc) 314 B
export default class { private result; constructor(str?: string); /** * Append to previous string * @param str */ append(str?: string): this; /** * Append in new line to previous string * @param str */ appendLine(str?: string): this; toString(): string; }