Skip to content

Commit 5b36e03

Browse files
committed
Update example.ts
1 parent cd70cbf commit 5b36e03

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

example.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,3 @@ getInput.forEach((stem, index) => {
5757
console.log('result =', result);
5858
console.log(getInput[index + 1] ? ' -- ' : '');
5959
});
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

Comments
 (0)