UEA-PRODEM
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
import type { Quarter, Era, Day, Month } from "../../types.js";
|
||||
import type { Quarter, Era, Day, Month } from "../../types.ts";
|
||||
import type {
|
||||
LocaleUnitValue,
|
||||
LocaleWidth,
|
||||
LocaleDayPeriod,
|
||||
MatchFn,
|
||||
MatchValueCallback,
|
||||
} from "../types.js";
|
||||
} from "../types.ts";
|
||||
export interface BuildMatchFnArgs<
|
||||
Result extends LocaleUnitValue,
|
||||
DefaultMatchWidth extends LocaleWidth,
|
||||
|
||||
Reference in New Issue
Block a user