UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines (6 loc) 173 B
'use strict'; var ToNumber = require('./ToNumber'); // http://262.ecma-international.org/5.1/#sec-9.5 module.exports = function ToInt32(x) { return ToNumber(x) >> 0; };