UNPKG
cypher-tag
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A template literal tag for Cypher in GraphQL.
github.com/michaeldgraham/cypher-tag
cypher-tag
/
dist
/
mjs
/
index.d.ts
3 lines
(2 loc)
•
93 B
TypeScript
View Raw
1
2
3
export
default
cql;
declare
function
cql
(
statement
:
any
, ...
substitutions
:
any
[]
):
string
;