Updated Document types conventions (markdown)

Wei Zhu 2017-01-19 11:14:42 +08:00
parent c260dfc8bd
commit 443a3a666a

@ -4,7 +4,7 @@ Follows TypeScript's type style.
* `boolean` for boolean values;
* `string` for string values;
* `string[]` or `Array<>` for array values;
* `string[]` or `Array<string>` for array values;
* `number` for number values;
* `any` for any value;
* `object` for plain objects;