ts-logs
Version:
This package provide a skd for audit and manager logs in nodejs and express
9 lines • 377 B
TypeScript
/**
* @description Remove keys from an object or array of objects.
* @param body as object or array of objects.
* @param keys as array of string.
* @returns body as object or array without removed keys.
*/
export declare const DeleteObjectKey: <T>(body: T, keys: string[]) => Partial<T>;
export default DeleteObjectKey;
//# sourceMappingURL=delete-object-key.util.d.ts.map