Files
Foundry-VTT-Docker/resources/app/node_modules/handlebars-intl/index.js

9 lines
256 B
JavaScript
Raw Normal View History

2025-01-04 00:34:03 +01:00
/* jshint node:true */
'use strict';
// Add all locale data to `HandlebarsIntl`. This module will be ignored when
// bundling for the browser with Browserify/Webpack.
require('./lib/locales');
exports = module.exports = require('./lib/handlebars-intl');