UNPKG

locutus

Version:

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

5 lines (4 loc) 325 B
import { type PhpAssoc, type PhpComparatorDescriptor, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type SortContextValue = PhpRuntimeValue; export declare function uasort<T>(this: PhpAssoc<SortContextValue>, inputArr: Record<string, T>, sorter: PhpComparatorDescriptor<T>): boolean | Record<string, T>; export {};