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