UNPKG

193 BJavaScriptView Raw
1<%=required%>
2
3module.exports = {
4 label: "<%=label%>",
5 description: "<%=desc%>",
6 mock_input: <%=mock%>,
7 input: <%=input%>,
8 output: <%=output%>,
9 execute: <%=execute%>
10}
11
12
\No newline at end of file