-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.d.ts
More file actions
18 lines (18 loc) · 833 Bytes
/
Copy pathindex.d.ts
File metadata and controls
18 lines (18 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
* Created by user on 2017/12/8/008.
*/
export { isFullWidth, isFullwidthCodePoint } from './lib/is-fullwidth';
export { stringWidth } from './lib/width';
import { FullHalfCore, toFullNumber, toHalfNumber, toFullEnglish, toHalfEnglish, toFullWidth, toHalfWidth } from './lib/fullhalf';
import stripAnsi from 'strip-ansi';
import normalize from './lib/normalize';
export { normalize };
export { trim, ITrimOptions } from './lib/trim';
export { zh2jp, jp2zhs, jp2zht } from './lib/han/zh2jp';
export { zh2num, num2zh } from './lib/han/zh2num';
export { charCodeAt } from './lib/util';
export declare const tableFullHalf: FullHalfCore.ITable[];
export { toFullNumber, toHalfNumber, toFullEnglish, toHalfEnglish, toFullWidth, toHalfWidth };
export { stripAnsi };
declare const _default: typeof import(".");
export default _default;