wheresrhys / keen-query

Terse, cypher-esque querying for keen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toString with indentation

wheresrhys opened this issue · comments

e.g.

toString(2) => indent with 2 spaces
toString('\t') => indent with tabs

or, given how difficult toString is to implement in a satisfactory way, just a helper method

KQ.indent(kq)