removed unnecessary "use strict" statement

This commit is contained in:
Anatoly 2018-05-03 03:15:36 +03:00
parent e229d9e1cc
commit 9d7b3f9343

View file

@ -18,8 +18,6 @@
*
* @author Anatoly Khaytovich <anatolyuss@gmail.com>
*/
'use strict';
import * as fs from 'fs';
import * as path from 'path';
import readDataTypesMap from './DataTypesMapReader';