UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

9 lines 260 B
/** * Return list of plugin names. This method is nly used in unit tests. * * @param {OrderedMap<String:Plugin} plugins * @return {Array<String>} */ declare function toNames(plugins: any): any; export default toNames; //# sourceMappingURL=toNames.d.ts.map