UNPKG

handoff-app

Version:

Automated documentation toolchain for building client side documentation from figma

13 lines (10 loc) 232 B
import 'dotenv/config'; import { Config } from './types/config'; declare module 'handoff-app'; declare class Handoff { config: Config; modulePath: string; workingPath: string; force: boolean; debug: boolean; }