function buildimport { build } from "https://deno.land/x/frugal@0.5.0/packages/dependency_graph/mod.ts"; build(entrypoints: URL[], config?: Config): Promise<DependencyGraph>Build a dependency graph from the given entrypoints. Parametersentrypoints: URL[]optionalconfig: Config = [UNSUPPORTED]ReturnsPromise<DependencyGraph>