We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a7917e + 51d0483 commit acbdabaCopy full SHA for acbdaba
package.json
@@ -3,6 +3,7 @@
3
"version": "1.2.0",
4
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
5
"main": "dist/index.js",
6
+ "types": "src/index.ts",
7
"scripts": {
8
"compile": "tsc -p ./",
9
"test": "npm run test:unit && npm run test:it",
0 commit comments