File: input.js

package info (click to toggle)
node-rollup-plugin-replace 5.0.7%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: javascript: 681; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
/* eslint-disable */
condition ? exprIfTrue : exprIfFalse;
console.log(condition, exprIfTrue, exprIfFalse);