leds/parse.js

5 lines
90 B
JavaScript

export default function parse(data) {
return {
errors: ["not yet implemented"]
}
}