ac3bfdfe5
2b4dcb419
1 2 3 4
5
6
import * as _ from 'lodash'; export const util = { boundNoop: _.noop.bind(_), createOpenUrlInNewWindow: (href: string) => () => window.open(href, '_blank'), };