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
/
esm
/
processors
/
property.js
4 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
const
processProperty = property => property.content;
export
default
processProperty;
//# sourceMappingURL=property.js.map