UNPKG

liquidjs

Version:

A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.

4 lines (3 loc) 201 B
import { LiquidDate } from './liquid-date'; import type { Limiter } from './limiter'; export declare function strftime(d: LiquidDate, formatStr: string, memoryLimit?: Pick<Limiter, 'use'>): string;