UNPKG

@stdlib/array-base-count-same-value

Version:

Count the number of elements in an array that are equal to a specified value.

3 lines 124 B
/// <reference path="../docs/types/index.d.ts" /> import countSameValue from '../docs/types/index'; export = countSameValue;