1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 02:18:27 -04:00
hugo-extended/index.d.ts

8 lines
142 B
TypeScript

/// <reference types="node" />
/**
* @returns {string} Absolute path to the Hugo executable.
*/
declare const hugo: string;
export = hugo;