Press n or j to go to the next uncovered block, b, p or k for the previous block.
import * as R from 'ramda'; export const parseParams = <T>(params: T) => { return R.values<any, any>(params).join('/'); };