Polyman Documentation - v2.2.2
    Preparing search index...

    Variable fmtConst

    fmt: Formatter = ...

    Singleton instance of the Formatter class. Import and use this instance throughout the application for consistent styling.

    import { fmt } from './formatter';
    fmt.success('Operation completed!');