astro-ghostcms/.pnpm-store/v3/files/fe/ce64e96b2be70e89c9da438008f...

7 lines
183 B
Plaintext

export const UNDEFINED = -1;
export const HOLE = -2;
export const NAN = -3;
export const POSITIVE_INFINITY = -4;
export const NEGATIVE_INFINITY = -5;
export const NEGATIVE_ZERO = -6;