You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-11-17 08:30:51 -05:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
/// <reference types="node" />
|
|
|
|
/**
|
|
* @returns {string} Absolute path to the Hugo executable.
|
|
*/
|
|
declare const hugo: string;
|
|
export = hugo;
|