Skip to content

Commit

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

### IDE will help you
if you don't use typescript, `type hinting` still can help you:
![example](./type-hinting_docs.png)

Just be sure that you use 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
Binary file added type-hinting_docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93b6dc6

Please sign in to comment.