1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 15:48:29 -04:00
hugo-extended/index.d.ts
2021-11-01 14:06:51 -04:00

8 lines
228 B
TypeScript

/// <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>;