`formatEval` is stated to be of type `(tokenValue: string) => string` when in fact `tokenValue` may not be a `string`. https://github.com/cognitoforms/model.js/blob/bccf190f3f8c4ceb24539053ad7ab431d323b7ea/src/format.ts#L302
formatEvalis stated to be of type(tokenValue: string) => stringwhen in facttokenValuemay not be astring.model.js/src/format.ts
Line 302 in bccf190