UNPKG

rubico

Version:

[a]synchronous functional programming

14 lines (13 loc) 272 B
export = deleteByPath; /** * @name deleteByPath * * @synopsis * ```coffeescript [specscript] * deleteByPath< * object any, * path string|number|Array<string|number>, * >(value, path) -> () * ``` */ declare function deleteByPath(object: any, path: any): any;