VisionFTF / express-admin / node_modules / moment / src / lib / locale / constructor.js
constructor.js
Raw
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}