lava-oushudb-dt-sql-parser/src/index.ts

7 lines
115 B
TypeScript
Raw Normal View History

2019-01-28 20:25:26 +08:00
import * as parser from "./lib/parser";
import * as filter from "./lib/filter";
export {
parser,
filter
};