UNPKG

@mochabug/adaptkit

Version:

A cmd to create, emulate and publish Mochabug Adapt plugins

3 lines 310 B
import { CapabilityJson, VertexJson } from './genproto/mochabugapis/adapt/plugins/v1/vertex_pb'; export declare function addVertex(cwd: string, name: string, folder: string, capabilities: CapabilityJson[], frontendLib?: 'none' | 'react' | undefined): Promise<VertexJson>; //# sourceMappingURL=vertices.d.ts.map