mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-06-26 18:29:27 +08:00
Husky commit correct node modules
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