Sugar
Sugar copied to clipboard
Typescript typing Date.create return Date instead of Chainable<Date>
trafficstars
in typescript when you call Date.Create() this return Chainable<Date> (there are functions for extended Date object) but based on the typing it returns date.
Thanks there may be issues with the declarations files... this is going to get a rehaul soon so I'll have a look at it then!