UNPKG

hugo-extended

Version:

✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.

8 lines (6 loc) 228 B
/// <reference types="node" /> /** * @returns A promise of the absolute path to the Hugo executable (`hugo.exe` on * Windows, simply `hugo` otherwise) once it's installed. */ export default function hugo(): Promise<string>;