Skip to content

Instantly share code, notes, and snippets.

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.