math-signbit.js 106 B

123
  1. 'use strict';
  2. // https://github.com/tc39/proposal-Math.signbit
  3. require('../modules/esnext.math.signbit');