Skip to content

Instantly share code, notes, and snippets.

@dfee

dfee/block11.ts Secret

Created January 23, 2019 21:46
Show Gist options
  • Save dfee/a0b4f0413589c2cabb45eba3ee234c18 to your computer and use it in GitHub Desktop.
Save dfee/a0b4f0413589c2cabb45eba3ee234c18 to your computer and use it in GitHub Desktop.
export type Prefer<P, T> = P & Omit<T, keyof P>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment