UNPKG

locutus

Version:

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

6 lines (5 loc) 271 B
import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type PrintfValue = PhpRuntimeValue; export declare function vprintf(format: string, args: PrintfValue[]): number; export declare function vprintf(format: string, ...args: PrintfValue[]): number; export {};