function getIndex(c) {
return "\x00\r\n\x85\u2028\u2029".indexOf(c);
}
const getIndex1 = getIndex;
export { getIndex as getIndex };