diff options
| author | Priyansh <[email protected]> | 2021-01-24 21:30:44 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-01-24 21:30:44 +0530 |
| commit | 69c0352ff28db6a4cc8ed9f00cfccf60628ce803 (patch) | |
| tree | 3bd5ae776f809fc5858936d0e1c143e29d321ca8 /index.js | |
| download | randomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.tar.xz randomavatars-69c0352ff28db6a4cc8ed9f00cfccf60628ce803.zip | |
Initalised NPM Project
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 3 |
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() {} +} |
