UNPKG

sussy-util

Version:
9 lines (8 loc) 343 B
import MutableObject from "../Types/MutableObject"; /** * @param {MutableObject} obj - obejct which needs a property removed * @param {string} prop - property name to be removed * @returns {MutableObject} Returns the object */ declare const _default: (obj: MutableObject<any>, prop: string) => MutableObject<any>; export default _default;