UNPKG

metalsmith-html-relative

Version:
10 lines (9 loc) 238 B
import Metalsmith from 'metalsmith'; export interface Options { html?: string; tags?: { [key: string]: string[] | string; }; } declare const _default: (options?: Options) => Metalsmith.Plugin; export default _default;