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