knex/lib/schema/viewcompiler.js

7 lines
75 B
JavaScript
Raw Normal View History

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