aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-01-24 21:30:44 +0530
committerPriyansh <[email protected]>2021-01-24 21:30:44 +0530
commit69c0352ff28db6a4cc8ed9f00cfccf60628ce803 (patch)
tree3bd5ae776f809fc5858936d0e1c143e29d321ca8 /index.js
downloadrandomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.tar.xz
randomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.zip
Initalised NPM Project
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..d7b1bd4
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+export default class RandomAvatars {
+ constructor() {}
+}