help wanted
Repository metrics
- Stars
- (172 stars)
- PR merge metrics
- (PR metrics pending)
Description
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 <Link to={{ search: ... }}>)