summary refs log tree commit diff
path: root/src/index.ts
blob: 78b6655714c793445fb221e138f6a899b73a14c9 (plain) (blame)
1
2
3
import _ from 'lodash'

console.log(_.join(['Hello', 'webpack'], ' '))