summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/locale/constructor.js
blob: c32b73ee11c6d3e6759d91237c169ff343ba852d (plain)
1
2
3
4
5
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}