UNPKG
datainout
Version:
latest (1.1.2-beta)
1.1.2-beta
1.1.1-beta
1.1.0-beta
1.0.0
Import and reports data
datainout
/
dist
/
common
/
core
/
error-message-default.js
9 lines
(8 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// src/common/core/error-message-default.ts
var
ERROR_MESSAGE
= {
MESSAGE_REQUIRED_CELL
:
"must be required"
,
MESSAGE_INVALID_CELL
:
"validate failed"
};
export
{
ERROR_MESSAGE
};