index.d.ts 106 B

123
  1. import wcswidth from './src/wcswidth';
  2. import wcwidth from './src/wcwidth';
  3. export { wcwidth, wcswidth };