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) 193 B
declare const self: { addEventListener: (type: string, listener: (event: any) => void) => void; postMessage: (message: any) => void; importScripts?: (...urls: string[]) => void; };