diff --git a/polyfill/index.d.ts b/polyfill/index.d.ts index efe47c10a7..585c81f205 100644 --- a/polyfill/index.d.ts +++ b/polyfill/index.d.ts @@ -1,6 +1,15 @@ export namespace Temporal { export type ComparisonResult = -1 | 0 | 1; - export type RoundingMode = 'halfExpand' | 'ceil' | 'trunc' | 'floor'; + export type RoundingMode = + | 'ceil' + | 'floor' + | 'expand' + | 'trunc' + | 'halfCeil' + | 'halfFloor' + | 'halfExpand' + | 'halfTrunc' + | 'halfEven'; /** * Options for assigning fields using `with()` or entire objects with