UNPKG

locutus

Version:

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

5 lines (4 loc) 198 B
import { type PhpAssoc, type PhpInput } from '../_helpers/_phpTypes.ts'; type ParseObject = PhpAssoc<PhpInput>; export declare function parse_str(str: string, array?: ParseObject): void; export {};