UNPKG

xrefcli

Version:

CLI command for the searching through OpenEdge XREF

8 lines 145 B
"use strict"; function test() { const bla = 'Y'; const tmp = bla || 'x'; console.log(tmp); } test(); //# sourceMappingURL=test.js.map