3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
import { LiquidDate } from './liquid-date';
|
|
export declare function strftime(d: LiquidDate, formatStr: string): string;
|