UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

5 lines (4 loc) 240 B
import { type PhpArrayLike, type PhpAssoc, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type CountValue = PhpRuntimeValue; export declare function array_count_values(array: PhpArrayLike<CountValue>): PhpAssoc<number>; export {};