| Current Path : C:/Users/ITO/Desktop/From USB/vendors/moment/src/lib/moment/ |
| Current File : C:/Users/ITO/Desktop/From USB/vendors/moment/src/lib/moment/creation-data.js |
export function creationData() {
return {
input: this._i,
format: this._f,
locale: this._locale,
isUTC: this._isUTC,
strict: this._strict
};
}