Skip to content

Commit c3e58f8

Browse files
authored
Merge pull request #4 from Goodluckhf/develop
Обновления документации
2 parents b57bf43 + 75d6af7 commit c3e58f8

File tree

3 files changed

+236
-149
lines changed

3 files changed

+236
-149
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,14 @@ describe('Unit test', () => {
217217
})
218218
```
219219

220+
### IDE will help you
221+
if you don't use typescript, `type hinting` still can help you:
222+
![example](./type-hinting_docs.png)
223+
224+
Just be sure that you use type definitions only from `./public-interfaces`.
225+
**Internal types can be changed not in major release**
226+
227+
220228
More examples you can find in [integration tests](https://github.com/Goodluckhf/IoC-container/tree/master/src/integration-tests)
221229

222230

0 commit comments

Comments
 (0)