From 69c0352ff28db6a4cc8ed9f00cfccf60628ce803 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Sun, 24 Jan 2021 21:30:44 +0530 Subject: Initalised NPM Project --- index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 index.js (limited to 'index.js') 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() {} +} -- cgit v1.2.3