MCPcopy Index your code
hub / github.com/darkreader/darkreader / createImports

Function createImports

tasks/deno.js:9–15  ·  view source on GitHub ↗
(dependencies)

Source from the content-addressed store, hash-verified

7}
8
9function createImports(dependencies) {
10 const imports = {};
11 for (const name in dependencies) {
12 imports[name] = `npm:${name}@${dependencies[name]}`;
13 }
14 return imports;
15}
16
17function createTasks(scripts) {
18 const tasks = {};

Callers 1

writeDenoJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected