hasOwnProperty.d.ts 75 B

1
  1. export declare function hasOwnProperty(obj: object, key: string): boolean;