UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

9 lines (8 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.genEvalContent = void 0; const genEvalContent = (resource, content) => ` const resource = ${resource}; module.exports = ${content}; `; exports.genEvalContent = genEvalContent;