UNPKG

yuhangupupup

Version:

4 lines 90 B
import _ from 'lodash' export function join(a,b){ return _.join([a,b],'********') }