Remove 'use strict';

This commit is contained in:
Christian Paul 2022-05-01 12:29:02 +02:00
parent 034f561fa4
commit e4c448615f
4 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@
Will most likely be turned into a stand alone module at some point
*/
'use strict';
import bresenham from 'bresenham';
import earcut from 'earcut';
import BrailleBuffer from './BrailleBuffer.js';

View File

@ -4,7 +4,6 @@
The Console Vector Tile renderer - bäm!
*/
'use strict';
import x256 from 'x256';
import simplify from 'simplify-js';

View File

@ -1,4 +1,3 @@
'use strict';
import TileSource from './TileSource.js';
describe('TileSource', () => {

View File

@ -1,4 +1,3 @@
'use strict';
import * as utils from './utils.js';
describe('utils', () => {