Skip to content

Commit

Permalink
Implemented converting arrays to dictionaries (objects and maps)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeinbu committed Feb 16, 2020
1 parent 9ce88fa commit 91941fb
Show file tree
Hide file tree
Showing 10 changed files with 4,789 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
lib
/lib
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ yarn add @aeinbu/groupby
## How to use
```javascript
//TODO
```
```

Also, look in the `tests` directory. The tests demonstrate at least a dosen different ways to use this library
7 changes: 7 additions & 0 deletions jestconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"transform": {
"^.+\\.(t|j)sx?$": "ts-jest"
},
"testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
}
Loading

0 comments on commit 91941fb

Please sign in to comment.