Function: unknownEscapeSequence()
unknownEscapeSequence(
position):AstmRecordWarning
Build an ASTM_UNKNOWN_ESCAPE_SEQUENCE warning. The sequence is preserved
verbatim in the decoded value; the warning body carries neither the sequence
nor its surrounding text.
Parameters
position
Returns
Example
import { unknownEscapeSequence } from "@cosyte/astm";
unknownEscapeSequence({ recordIndex: 4, recordType: "R", fieldIndex: 4 });