ts-has-own-property
Version:
Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing
3 lines (2 loc) • 228 B
TypeScript
Fix for Object.hasOwnProperty, which normally just returns a boolean, which is not good when you care about strong typing