UNPKG

study-overview

Version:

a high-level summary of study accrual and data cleaning metrics

5 lines (4 loc) 166 B
export default function attachData(data) { for (const property in data) if (!Object.keys(this).includes(property)) this[property] = data[property]; }