UNPKG

pakt-api

Version:

This is a API HTML Documentation Generator

9 lines (8 loc) 236 B
import { PaktAPI } from './types/_types'; export * from "./types/_types"; export default class { private buildPath; private fileName; constructor(buildPath: string, fileName?: string); generate(config: PaktAPI): void; }