UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

4 lines (3 loc) 103 B
export function getFrozenObject(...sources) { return Object.freeze(Object.assign({}, ...sources)); }