root
Inserindo smolagents[mcp] no requirements
63a73e3
raw
history blame
121 Bytes
'use strict';
/** @type {import('./isNaN')} */
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};