@legumeinfo/web-components
Version:
Web Components for the Legume Information System and other AgBio databases
10 lines • 394 B
TypeScript
/**
* Equivalent to calling `hasOwnProperty` on the given object but is linter friendly.
*
* @param o - The object to call `hasOwnPropery` on.
* @param p - The property to check for.
*
* @returns A boolean indicating whether or not the property exists in the object.
*/
export declare function hasOwnProperty(o: object, p: string): boolean;
//# sourceMappingURL=has-own-property.d.ts.map