mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 09:05:20 -04:00
9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
/// <reference types="node" />
|
|
|
|
/**
|
|
* @returns {string} Absolute path to the Hugo executable (`hugo.exe` on
|
|
* Windows, simply `hugo` otherwise).
|
|
*/
|
|
declare const hugo: string;
|
|
export = hugo;
|