UNPKG

@jeremytenjo/super-code-generator

Version:

A powerful, fast, and scalable code generator that saves you time

7 lines (6 loc) 225 B
import vscode from 'vscode'; export type generateCodeProps = { outputPath: string; context?: vscode.ExtensionContext; }; export default function generateCode({ outputPath, context }: generateCodeProps): Promise<any>;