UNPKG

@jeremytenjo/super-code-generator

Version:

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

12 lines (11 loc) 341 B
export type GetWorkspacePathProps = { add?: string; }; export default function getWorkspacePath(props: GetWorkspacePathProps): GetWorkspacePathReturn; export type GetWorkspacePathReturn = { path: string; getFileUri(): string; getExtension(): string; hasExtension(ext: string): boolean; addFile(dir: string): void; };