UNPKG

solid-contextmenu

Version:

Add contextmenu to your solid app with ease

5 lines (4 loc) 257 B
import { BooleanPredicate, ItemParams } from "."; export declare function isFn(v: any): v is Function; export declare function isStr(v: any): v is String; export declare function getPredicateValue(predicate: BooleanPredicate, payload: ItemParams): boolean;