UNPKG

locutus

Version:

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

3 lines (2 loc) 141 B
import type { PhpArrayLike } from '../_helpers/_phpTypes.ts'; export declare function key<T>(arr: PhpArrayLike<T>): string | number | false;