mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
//* This is a fake ES2015 template string, just to benefit of syntax
|
|
// highlighting of `gql` template strings in certain editors.
|
|
export function gql(strings) {
|
|
return strings.join('')
|
|
}
|