summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
new file mode 100644

index 0000000..78b6655 --- /dev/null +++ b/src/index.ts
@@ -0,0 +1,3 @@ +import _ from 'lodash' + +console.log(_.join(['Hello', 'webpack'], ' ')) \ No newline at end of file