Skip to content

Instantly share code, notes, and snippets.

@michaeljscript
Last active April 13, 2019 14:25
Show Gist options
  • Save michaeljscript/dafec1d04653a602234098428ef2674d to your computer and use it in GitHub Desktop.
Save michaeljscript/dafec1d04653a602234098428ef2674d to your computer and use it in GitHub Desktop.
declare global {
interface Object {
hasOwnProperty<K extends string>(key: K): this is Record<K, unknown>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment