Manual cleanup of src/runtime/internal/spread.js

pull/8569/head
S. Elliott Johnson 3 years ago
parent 738edaa999
commit 05f3939ccc

@ -29,6 +29,7 @@ export function get_spread_update(levels, updates) {
} }
return update; return update;
} }
/** @returns {any} */ /** @returns {any} */
export function get_spread_object(spread_props) { export function get_spread_object(spread_props) {
return typeof spread_props === 'object' && spread_props !== null ? spread_props : {}; return typeof spread_props === 'object' && spread_props !== null ? spread_props : {};

Loading…
Cancel
Save