Updated Document types conventions (markdown)

Wei Zhu 2017-01-19 11:14:29 +08:00
parent ba7c568ef4
commit c260dfc8bd

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