UNPKG

dataform-docs

Version:

Generate beautiful, interactive documentation for Dataform projects with dependency graphs, deep linking, and base path support for proxy deployments

9 lines 226 B
interface ServeOptions { port: string; dir: string; basePath?: string; open: boolean; } export declare function serveCommand(options: ServeOptions): Promise<void>; export {}; //# sourceMappingURL=serve.d.ts.map