All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.globalize.src.build.node-main.js Maven / Gradle / Ivy

The newest version!
/*!
 * Globalize v@VERSION
 *
 * http://github.com/jquery/globalize
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license
 * http://jquery.org/license
 *
 * Date: @DATE
 */

// Core
module.exports = require("./globalize");

// Extent core with the following modules
require("./globalize/message");
require("./globalize/number");
require("./globalize/plural");

// Load after globalize/number
require("./globalize/currency");
require("./globalize/date");

// Load after globalize/number and globalize/plural
require("./globalize/relative-time");
require("./globalize/unit");




© 2015 - 2024 Weber Informatics LLC | Privacy Policy