UNPKG

locutus

Version:

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

5 lines (4 loc) 227 B
import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type UnshiftValue = PhpRuntimeValue; export declare function array_unshift<TValue extends UnshiftValue>(array: TValue[], ...values: TValue[]): number; export {};