1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-11-17 08:30:51 -05:00
Files
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;