init
This commit is contained in:
9
node_modules/date-fns/locale/hi/_lib/formatDistance.d.ts
generated
vendored
Normal file
9
node_modules/date-fns/locale/hi/_lib/formatDistance.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export type FormatDistanceTokanRelativeValue = {
|
||||
one: string;
|
||||
other: string;
|
||||
};
|
||||
export type FormatDistanceLocaleValue =
|
||||
| FormatDistanceTokanRelativeValue
|
||||
| string;
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
Reference in New Issue
Block a user