unified prettier

This commit is contained in:
Jan Prochazka
2020-03-05 13:32:42 +01:00
parent 9ef719ec95
commit ffe8f1027f
12 changed files with 88 additions and 100 deletions

View File

@@ -1,5 +1,6 @@
export * from "./types";
export * from "./dumpSqlCommand";
export * from "./treeToSql";
export * from "./dumpSqlSource";
export * from "./dumpSqlCondition";
export * from './types';
export * from './dumpSqlCommand';
export * from './treeToSql';
export * from './dumpSqlSource';
export * from './dumpSqlCondition';
export * from './createFunctions';