This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fs from 'fs' | |
| /** | |
| * Determines the maximum lp that will be tested. | |
| * @example MAX = 10 // => '/dev/usb/lp9' | |
| */ | |
| const MAX = 10 | |
| /** | |
| * How much to wait after each testing cycle. |
NewerOlder