VoliJS / Type-R

Reactive and serializable objects with transactional changes.
MIT License
51 stars 8 forks source link

Fix docs to use type() instead of .has #40

Closed gaperton closed 6 years ago

gaperton commented 6 years ago

As a part of the ongoing first-class TypeScript support activity, we move out of Ctor.has attribute metadata annotation style to new type( Ctor ) style. Documentation must be changed accordingly.

gaperton commented 6 years ago

Done in develop