Skip to content

Commit

Permalink
Merge fa0a52f into b5491e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 8, 2019
2 parents b5491e8 + fa0a52f commit dba50fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,13 @@ describe('Unit test', () => {
})
```

### IDE will help you
if you don't use typescript all the same you have type hinting:
![example](./type-hinting_docs.png)
Just be sure that you take type definitions only from `./public-interfaces`.
Internal types can be changed not in major release.


More examples you can find in [integration tests](https://github.com/Goodluckhf/IoC-container/tree/master/src/integration-tests)


Expand Down

0 comments on commit dba50fc

Please sign in to comment.