UNPKG

locutus

Version:

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

5 lines (4 loc) 219 B
import { type PhpRuntimeValue, type PhpScalar } from '../_helpers/_phpTypes.ts'; type ScalarCheckValue = PhpRuntimeValue; export declare function is_scalar(mixedVar: ScalarCheckValue): mixedVar is PhpScalar; export {};