Added typings

This commit is contained in:
Lioness100
2021-04-12 10:25:19 -04:00
parent 9d6d92aa74
commit 9117de1d45
2 changed files with 86 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.4.7",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "node src/index.js"
},