invalid.js (113B)
1export var defaultInvalidDate = 'Invalid date'; 2 3export function invalidDate() { 4 return this._invalidDate; 5}