DefinitelyTyped/types/wcwidth/wcwidth-tests.ts
Junyoung Choi f56d8aacd5 Remove unnecessary namespace and fix importing expression in test module
This implementation is for making `import * as someModule from 'someModule'` is available.
But this usage is note appropiate.
2017-09-06 16:15:21 +09:00

6 lines
124 B
TypeScript

import wcwidth = require('wcwidth');
const length1 = wcwidth('한'); // => 2
const length2 = wcwidth('한글'); // => 4