UNPKG

locutus

Version:

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

5 lines (4 loc) 203 B
import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type VsprintfValue = PhpRuntimeValue; export declare function vsprintf(format: string, args: VsprintfValue[]): string | false; export {};