UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

4 lines (3 loc) 97 B
export function axIsTypeUint(x): boolean { return typeof x === 'number' && ((x >>> 0) === x); }