UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

4 lines (3 loc) 94 B
export function axIsTypeInt(x): boolean { return typeof x === 'number' && ((x | 0) === x); }