Move TypedArrayUtils to common

It belongs here since the renderers will use it
This commit is contained in:
Daniel Imms
2018-11-23 08:08:30 -08:00
parent 4f18717940
commit 1b5ef5d93a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* @license MIT
*/
import { fill } from './core/TypedArrayUtils';
import { fill } from './common/TypedArrayUtils';
export const wcwidth = (function(opts: {nul: number, control: number}): (ucs: number) => number {
// extracted from https://www.cl.cam.ac.uk/%7Emgk25/ucs/wcwidth.c