Skip to content

Instantly share code, notes, and snippets.

@taschmidt
Created April 29, 2021 13:05
Show Gist options
  • Select an option

  • Save taschmidt/37107d0f73a3d759c8919f4f75b2af1e to your computer and use it in GitHub Desktop.

Select an option

Save taschmidt/37107d0f73a3d759c8919f4f75b2af1e to your computer and use it in GitHub Desktop.
Alternative to lodash omit
export const omitSingle = <T>(key: keyof T, { [key]: _, ...obj }: T) => obj;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment