knex/lib/schema/viewcompiler.js
2014-09-01 17:19:34 +02:00

7 lines
75 B
JavaScript

'use strict';
function ViewCompiler() {
}
module.exports = ViewCompiler;