UNPKG

@jeremytenjo/super-code-generator

Version:

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

7 lines (6 loc) 166 B
/** * Get the folder path of the currently open and active vscode file */ export default function getActiveFileFolderPath(): { activeFileFolderPath: string; };