UNPKG

156 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 normal : 0
5 , escaped : 1
6 , csi : 2
7 , osc : 3
8 , charset : 4
9 , dcs : 5
10 , ignore : 6
11};