gpreview
Version:
Preview Ghost themes locally without a full Ghost installation
12 lines • 343 B
TypeScript
interface DateContext {
published_at?: string;
created_at?: string;
}
interface DateOptions {
hash?: {
format?: string;
};
}
export declare function dateHelper(this: DateContext, date: string | Date | number | null | undefined | DateOptions, options?: DateOptions): string;
export {};
//# sourceMappingURL=date.d.ts.map