UNPKG

@onesy/utils

Version:
3 lines (2 loc) 132 B
export declare const removeObjectValue: (object: object | any[], keys: string | string[]) => any; export default removeObjectValue;