invalid.js 114 Bytes
export var defaultInvalidDate = 'Invalid date';

export function invalidDate () {
    return this._invalidDate;
}