暫無描述

index.js 82B

    'use strict'; module.exports = Number.isNaN || function (x) { return x !== x; };