UNPKG

node-gerber-parser

Version:
9 lines (6 loc) 211 B
// simple warning class to be emitted when something questionable in the gerber is found 'use strict' var warning = function(message, line) { return {message: message, line: line} } module.exports = warning