UNPKG

novel-text

Version:
14 lines (13 loc) 352 B
/** * Created by user on 2018/2/9/009. */ export * from './text'; import StrUtil from 'str-util'; import { enspace } from './text'; import tiebaHarmony from 'tieba-harmony'; import chkBlankLine from 'blank-line'; export { StrUtil }; export { chkBlankLine }; export { tiebaHarmony }; export declare const novelText: enspace; export default novelText;