Ivan Kerin

Results 2 issues of Ivan Kerin

First of all thank you very much for this package, it just blew my mind with its elegance! I wanted to write some types in DefinitlyTyped for it, but the...

## Description Add support for prettifying sql template literals. ```typescript import { sql } from '@potygen/potygen'; const myQuery = sql` SELECT * FROM table1 `; ``` This does not add...