mirror of
https://github.com/knex/knex.git
synced 2025-07-08 01:21:05 +00:00
7 lines
73 B
JavaScript
7 lines
73 B
JavaScript
'use strict';
|
|
|
|
function ViewBuilder() {
|
|
|
|
}
|
|
|
|
module.exports = ViewBuilder; |