cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

Missing typescript goodnesswhen trying to configure validation with the fluent interface #69

Open kahgeh opened 8 years ago

kahgeh commented 8 years ago

ValidationGroup's methods such ensure, isNotEmpty and others in aurelia-validation.d.ts specifies a return value of any even though the comment states

   "* @returns {ValidationGroup} returns this ValidationGroup, to enable fluent API"