Variable: FIELD_SEPARATOR
constFIELD_SEPARATOR: "\u001c" = "\x1c"
Field Separator (NCPDP "FS", ASCII 0x1C): separates fields within a segment.
Example
import { FIELD_SEPARATOR } from "@cosyte/ncpdp/telecom";
FIELD_SEPARATOR.charCodeAt(0); // 28 (0x1C)