Move import below copyright

This commit is contained in:
Daniel Imms
2018-11-23 06:26:06 -08:00
parent dc0ae4a815
commit 65c5df92d9
+2 -2
View File
@@ -1,10 +1,10 @@
import { fill } from './core/TypedArrayUtils';
/**
* Copyright (c) 2016 The xterm.js authors. All rights reserved.
* @license MIT
*/
import { fill } from './core/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
// combining characters