"use strict"; module.exports = function gql(strings) { return strings.join(""); };