UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

5 lines (4 loc) 117 B
export const genEvalContent = (resource, content) => ` const resource = ${resource}; module.exports = ${content}; `;