Used in place of the normal format() method due to a Graal bug. Will produce a formatted string using the formatter and an array of strings
const myFormat = B.text.messageFormat('<{0}></{0}>');
const divTag = myFormat.formatArray(['div']);// Returns '<div></div>'
Generated using TypeDoc
Similar to the RelateScript formatter.