UNPKG
composedql
Version:
latest (0.7.4)
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Composed query language parser
github.com/devfacet/composedql
devfacet/composedql
composedql
/
index.js
9 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * ComposedQL * For the full copyright and license information, please view the LICENSE.txt file. */
/* jslint node: true */
'use strict'
;
module
.
exports
=
require
(
'./lib/composedql'
);