remove lib and node_modules

This commit is contained in:
Shawn Napora
2019-08-06 16:49:21 -04:00
parent dc7133054e
commit 1357802b01
563 changed files with 0 additions and 93758 deletions

View File

@@ -1,5 +0,0 @@
import { merge } from "./merge";
import { parse } from "./parse";
export function endpointWithDefaults(defaults, route, options) {
return parse(merge(defaults, route, options));
}