Deploy dolanmiu/docx to github.com/dolanmiu/docx.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI)
2019-03-19 00:24:43 +00:00
parent cfaccd3b1f
commit 7a8f95c9f5
386 changed files with 5231 additions and 2804 deletions

View File

@ -141,6 +141,8 @@ If a method is `non-temporal`, put it in the objects `constructor`. For example:
const table = new Table(width: number);
```
`Non-temporal` methods are usually methods which can only be used one time and one time only. For example, `.float()`. It does not make sense to call `.float()` again if its already floating.
I am not sure what the real term is, but this will do.
## Interfaces over type alias