summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 06:18:44 +0200
committerRory& <root@rory.gay>2025-05-28 06:18:44 +0200
commit0801158d7da95c1af8fe7f93b605508b7fecbc0f (patch)
treebbe86e543af02246ba9e7fbe027af2ebf10bf84d /src/index.ts
parentInit package.json (diff)
downloadnodejs-final-assignment-0801158d7da95c1af8fe7f93b605508b7fecbc0f.tar.xz
Add basic dependencies
Diffstat (limited to 'src/index.ts')
-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