UNPKG

@typeforce/nan

Version:

A constant value representing NaN

9 lines (8 loc) 261 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); var nan_1 = require("./nan"); __export(require("./nan")); exports.default = nan_1.NAN;