UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 136 B
declare const immutable: (obj: any) => any; /** * Returns a new immutable object from the original; */ export default immutable;