(templatesOrOptions, ...expressions)
| 67008 | } |
| 67009 | var normalizeScriptStdin = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {}; |
| 67010 | var normalizeScriptOptions = (options = {}) => ({ |
| 67011 | preferLocal: true, |
| 67012 | ...normalizeScriptStdin(options), |
| 67013 | ...options |
| 67014 | }); |
| 67015 | function create$(options) { |
| 67016 | function $6(templatesOrOptions, ...expressions) { |
| 67017 | if (!Array.isArray(templatesOrOptions)) { |
| 67018 | return create$({ ...options, ...templatesOrOptions }); |
| 67019 | } |
nothing calls this directly
no test coverage detected