mirror of
https://github.com/actions/setup-node.git
synced 2026-05-01 18:00:41 +03:00
new toolkit and scoped registries
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { merge } from "./merge";
|
||||
import { parse } from "./parse";
|
||||
export function endpointWithDefaults(defaults, route, options) {
|
||||
return parse(merge(defaults, route, options));
|
||||
}
|
||||
Reference in New Issue
Block a user