UNPKG

locutus

Version:

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

3 lines (2 loc) 216 B
import { type PhpArrayLike, type PhpAssoc } from '../_helpers/_phpTypes.ts'; export declare function array_intersect_key<TValue>(arr1: PhpArrayLike<TValue>, ...arrays: Array<PhpArrayLike<TValue>>): PhpAssoc<TValue>;