UNPKG
@thinql/to-knex
Version:
latest (0.2.0)
0.2.0
Build SQL queries from ThinQL ASTs with Knex.js
github.com/mmiller42/thinql
mmiller42/thinql
@thinql/to-knex
/
dist
/
cjs
/
processors
/
property.js
12 lines
(9 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
const
processProperty
= property => property.
content
;
var
_default = processProperty;
exports
.
default
= _default;
//# sourceMappingURL=property.js.map