Core API Overview > @adpt/core > hasInstanceMethod
hasInstanceMethod() function
Signature:
export declare function hasInstanceMethod(name: string, skip?: AdaptElement | null): ElementPredicate;
Parameters
Parameter | Type | Description |
---|---|---|
name | string | |
skip | AdaptElement | null |
Returns: