FIN INIT
This commit is contained in:
4
node_modules/date-fns/_lib/getRoundingMethod.d.cts
generated
vendored
Normal file
4
node_modules/date-fns/_lib/getRoundingMethod.d.cts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { RoundingMethod } from "../types.js";
|
||||
export declare function getRoundingMethod(
|
||||
method: RoundingMethod | undefined,
|
||||
): (number: number) => number;
|
Reference in New Issue
Block a user