1 | import { __assign } from "tslib";
|
2 | import { compact } from "./compact.js";
|
3 | export function mergeOptions(defaults, options) {
|
4 | return compact(defaults, options, options.variables && {
|
5 | variables: compact(__assign(__assign({}, (defaults && defaults.variables)), options.variables)),
|
6 | });
|
7 | }
|
8 | //# sourceMappingURL=mergeOptions.js.map |
\ | No newline at end of file |