Blame view

node_modules/moment/src/lib/locale/invalid.js 114 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
  export var defaultInvalidDate = 'Invalid date';
  
  export function invalidDate () {
      return this._invalidDate;
  }