first commit
This commit is contained in:
5
node_modules/moment/src/lib/locale/constructor.js
generated
vendored
Normal file
5
node_modules/moment/src/lib/locale/constructor.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export function Locale(config) {
|
||||
if (config != null) {
|
||||
this.set(config);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user