UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

9 lines 236 B
/** * Return default modifier to prepare a page for * rendering. * * @return {Array<Modifier>} */ declare function getModifiers(output: any, page: any): any[]; export default getModifiers; //# sourceMappingURL=getModifiers.d.ts.map