UNPKG

@design-automation/mobius-inline-funcs

Version:
9 lines (8 loc) 233 B
/** * Returns the number of times the value is in the list. * * @param list The list. * @param val The value, can be any type. * @returns An integer. */ export declare function listCount(list: any[], val: any): number;