Variable: GROUP_SEPARATOR
constGROUP_SEPARATOR: "\u001d" = "\x1d"
Group Separator (NCPDP "GS", ASCII 0x1D): separates transactions in a transmission.
Example
import { GROUP_SEPARATOR } from "@cosyte/ncpdp/telecom";
GROUP_SEPARATOR.charCodeAt(0); // 29 (0x1D)