UNPKG

locutus

Version:

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

3 lines (2 loc) 226 B
import { type PhpArrayLike, type PhpAssoc, type PhpKey, type StringLike } from '../_helpers/_phpTypes.ts'; export declare function array_flip<TValue extends PhpKey | StringLike>(trans: PhpArrayLike<TValue>): PhpAssoc<string>;