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.d.ts
7 lines
(5 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
ERROR_MESSAGE
: {
MESSAGE_REQUIRED_CELL
:
string
;
MESSAGE_INVALID_CELL
:
string
; };
export
{
ERROR_MESSAGE
};