summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/fixture15.out
blob: 408d8464f0a8d29d779e7bfe5b28eb9978a46a54 (plain)
1
2
3
4
5
function getIndex(c) {
    return "\x00\r\n\x85\u2028\u2029".indexOf(c);
}
const getIndex1 = getIndex;
export { getIndex as getIndex };