deno 1.11.2

Provides the deno executable
1
2
3
4
function getIndex1(c) {
    return "\x00\r\n\x85\u2028\u2029".indexOf(c);
}
export { getIndex1 as getIndex };