Type Alias: WriteGood
type WriteGood = (
text: string,
options?: WriteGoodOptions
) => readonly WriteGoodSuggestion[];
Defined in: _internal/write-good.ts:10
Runtime contract exposed by the write-good package.
Parameters
text
string
options?
Returns
readonly WriteGoodSuggestion[]