2017-11-22 16:46:18 -08:00

5 lines
95 B
JavaScript

'use strict';
module.exports = function (builder) {
return builder.arrayExpression([]);
};