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 185 B
/** * Remove accents from a string * Converts characters like é, è, ë to e */ export declare function removeAccentsString(str: string): string; //# sourceMappingURL=index.d.ts.map