File "constructor.js"
Full Path: /home/cananyalcin/public_html/vendors/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);
}
}