UNPKG

@typeforce/nan

Version:

A constant value representing NaN

10 lines (9 loc) 237 B
/** * Produce the constant. This function will return exactly the same value every * time it is invoked. * * @return {number} * The value. */ export declare function calculate(): number; export declare const NAN: number;