]> Lady’s Gitweb - Sutra/blob - xsd/values.js
Add all X·S·D non‐auxillary functions
[Sutra] / xsd / values.js
1 // ♓️🪡 सूत्र ∷ xsd/values.js
2 // ====================================================================
3 //
4 // Copyright © 2023 Lady [@ Lady’s Computer].
5 //
6 // This Source Code Form is subject to the terms of the Mozilla Public
7 // License, v. 2.0. If a copy of the MPL was not distributed with this
8 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
9
10 export {
11 NAN as notANumber,
12 NEGATIVE_INFINITY as negativeInfinity,
13 NEGATIVE_ZERO as negativeZero,
14 POSITIVE_INFINITY as positiveInfinity,
15 POSITIVE_ZERO as positiveZero,
16 UNDEFINED as absent,
17 } from "../deps.js";
This page took 0.080604 seconds and 5 git commands to generate.