jashworth

Results 1 issues of jashworth

``` format(query(t.strict({ foo: t.string })).formatter, { foo: 'foo' }); // /?foo=foo ``` Is there a convenient way to avoid the leading '/?' (want to build value for react-router )

help wanted