UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

10 lines 336 B
/** * Sort the list of dependencies to match list in book.json * The themes should always be loaded after the plugins * * @param {List<PluginDependency>} deps * @return {List<PluginDependency>} */ declare function sortDependencies(plugins: any): any; export default sortDependencies; //# sourceMappingURL=sortDependencies.d.ts.map