This fails to type-check: ```ts const d: Temporal.Duration; d.toLocaleString('en', { style: 'digital' }); ``` The `options` argument is typed as taking `Intl.DateTimeFormatOptions` which is incorrect.
This fails to type-check:
The
optionsargument is typed as takingIntl.DateTimeFormatOptionswhich is incorrect.