Skip to content

Commit

Permalink
Merge pull request #81 from shystruk/dev
Browse files Browse the repository at this point in the history
tests for type definitions, formatting
  • Loading branch information
shystruk authored Sep 1, 2021
2 parents b1fc7d6 + cb90433 commit f6055bc
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 8,199 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Type: `Object` <br>
Config object should contain:<br>
**headers** - Type: `Array`, row header (title) objects<br>
**isHeaderNameOptional** - Type: `Boolean`, skip the header name if it is empty<br>
**parserConfig** - Type: `Object`, optional, [papaparse](https://www.papaparse.com/docs#config) options.
Default options, which can't be overridden: **skipEmptyLines**, **complete** and **error**

```javascript
const config = {
Expand Down
Loading

0 comments on commit f6055bc

Please sign in to comment.