{"version":3,"file":"constants.mjs","names":[],"sources":["../src/constants.ts"],"sourcesContent":["/**\n * Maximum line length (including CR LF) the twitch server will accept before\n * chopping the rest off\n */\nexport const MAX_OUTGOING_LINE_LENGTH = 4096;\n\n/**\n * Maximum command length (excluding CR LF) the twitch server will accept before\n * chopping the rest off\n */\nexport const MAX_OUTGOING_COMMAND_LENGTH = MAX_OUTGOING_LINE_LENGTH - 2;\n"],"mappings":";;;;;AAIA,MAAa,2BAA2B;;;;;AAMxC,MAAa,8BAA8B,2BAA2B"}