# Interface: Formatter
@boll/cli › Globals › Formatter
# Interface: Formatter
# Hierarchy
- Formatter
# Implemented by
# Index
# Methods
# Methods
# error
▸ error(str
: string): string
Defined in lib/formatter.ts:6
Parameters:
Name | Type |
---|---|
str | string |
Returns: string
# finishWithErrors
▸ finishWithErrors(): string
Defined in lib/formatter.ts:2
Returns: string
# finishWithWarnings
▸ finishWithWarnings(): string
Defined in lib/formatter.ts:3
Returns: string
# info
▸ info(str
: string): string
Defined in lib/formatter.ts:5
Parameters:
Name | Type |
---|---|
str | string |
Returns: string
# warn
▸ warn(str
: string): string
Defined in lib/formatter.ts:4
Parameters:
Name | Type |
---|---|
str | string |
Returns: string