Skip to content

Commit acbdaba

Browse files
authored
Merge pull request #23 from coyotte508/patch-1
Export typings
2 parents 7a7917e + 51d0483 commit acbdaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.2.0",
44
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
55
"main": "dist/index.js",
6+
"types": "src/index.ts",
67
"scripts": {
78
"compile": "tsc -p ./",
89
"test": "npm run test:unit && npm run test:it",

0 commit comments

Comments
 (0)