UNPKG

motion

Version:

The Motion library for the web

4 lines (2 loc) 162 B
const getOptions = (options, key) => options[key] ? Object.assign(Object.assign({}, options), options[key]) : Object.assign({}, options); export { getOptions };