File "constructor.js"

Full Path: /srv/www/www.cadoro.it/app/lib/moment/src/lib/locale/constructor.js
File size: 93 bytes
MIME-type: text/plain
Charset: utf-8

export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}