UNPKG

@anysphere/scip-typescript

Version:

SCIP indexer for TypeScript and JavaScript

14 lines (13 loc) 294 B
export function local(): string { const a = 'a' let b = a var c = b, c2 = b for (let d = 0; d < c.length; d++) { c += d c2 += c.length } return [c, c2].reduce((previousValue, currentValue, currentIndex) => { return previousValue + currentValue + currentIndex }) }