UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

9 lines (8 loc) 378 B
import { ModuleEvaluationResult } from '../types'; /** * Builds and evaluates a module using esbuild * @param entryPath - Path to the module entry point * @param handoff - Handoff instance for configuration * @returns Module evaluation result with exports */ export declare function buildAndEvaluateModule(entryPath: string, handoff: any): Promise<ModuleEvaluationResult>;