UNPKG

locutus

Version:

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

5 lines (4 loc) 171 B
import type { PhpAssoc, PhpInput } from '../_helpers/_phpTypes.ts'; type LocaleValues = PhpAssoc<PhpInput>; export declare function localeconv(): LocaleValues; export {};