UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 134 B
declare function deleteProps(obj: Record<string, any>, propOrProps: string | string[]): Record<string, any>; export { deleteProps };