UNPKG

@git.zone/cli

Version:

A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.

7 lines (6 loc) 174 B
import { FormatStats } from './classes.formatstats.js'; export declare class FormatContext { private formatStats; constructor(); getFormatStats(): FormatStats; }