Add missing format style names to type
The type `FormatStyleName` doesn't have all the supported format names that TimeAgo uses from the `style` module.
For example, the style name `time` is supported by the `TimeAgo.format` function but there's a type error since `time` is not part of the mentioned type.
issue