Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Issue with the types
First off, thanks for the awesome module and all the open source work you do! Really appreciate the time and effort that went into creating these. For the issue, it appears like the `TimeAgo.format` response type in the types project: `string | [string, number?];` is not accurate. Looking at the source, it appears like the format always returns a `string`. Can you please confirm that this is the case?
issue