UNPKG

chai

Version:

BDD/TDD assertion library for node.js and the browser. Test framework agnostic.

8 lines (6 loc) 164 B
/*! * Chai - isNaN utility * Copyright(c) 2012-2015 Sakthipriyan Vairamani <thechargingvolcano@gmail.com> * MIT Licensed */ export const isNaN = Number.isNaN;