UNPKG

updeep

Version:

Easily update nested frozen objects and arrays in a declarative and immutable manner.

3 lines (2 loc) 143 B
import { ReturningFunction } from './types'; export default function wrap<F extends ReturningFunction, N extends number>(func: F, l?: N): any;