We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd70cbf commit 5b36e03Copy full SHA for 5b36e03
1 file changed
example.ts
@@ -57,16 +57,3 @@ getInput.forEach((stem, index) => {
57
console.log('result =', result);
58
console.log(getInput[index + 1] ? ' -- ' : '');
59
});
60
-
61
-if (process.argv.indexOf('-l') < 0) {
62
- process.exit(0);
63
-}
64
65
-(Object.keys(parth) as (keyof typeof parth)[]).forEach((prop) => {
66
- console.log((parth as Record<string, unknown>)[prop]);
67
- console.log(' --\n');
68
-});
69
70
-parth.regex.forEach((re) => {
71
- console.log(re.stem);
72
0 commit comments