UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

6 lines (5 loc) 134 B
export declare class Cast { static toString(v: any): string; static toInt(v: any): number; static toTime(v: any): Date; }