Function: nonStandardDelimiters()
nonStandardDelimiters(
position):AstmRecordWarning
Build an ASTM_NONSTANDARD_DELIMITERS warning. The declared delimiters are
used as-is; this only flags that they differ from the canonical set.
Parameters
position
Returns
Example
import { nonStandardDelimiters } from "@cosyte/astm";
nonStandardDelimiters({ recordIndex: 0, recordType: "H" });