UNPKG

locutus

Version:

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

3 lines (2 loc) 171 B
import type { PhpAssoc } from '../_helpers/_phpTypes.ts'; export declare function array_fill<TValue>(startIndex: number, num: number, mixedVal: TValue): PhpAssoc<TValue>;