UNPKG

@paroicms/server

Version:
6 lines (5 loc) 268 B
import type { RenderingContext } from "../../liquidjs-tools/liquidjs-rendering/rendering-context.js"; export declare function formatDateLiquidFilter(value: unknown, { renderingContext, args }: { renderingContext: RenderingContext; args: unknown[]; }): string;