/** * @file Functional.Internal.Types.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ import type { CurriedArgument } from "./Functional.Internal"; export type FCurriedArgument = typeof CurriedArgument; //# sourceMappingURL=Functional.Internal.Types.d.cts.map