UNPKG

liquidjs

Version:

A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.

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;