Files

5 lines
163 B
TypeScript
Raw Permalink Normal View History

import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;