UNPKG
@flatfile/records
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Record management utilities for Flatfile
@flatfile/records
/
dist
/
constants.js
6 lines
(5 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
HASH_VALUE_DELIM
=
exports
.
HASH_PROP_DELIM
=
void
0
;
exports
.
HASH_PROP_DELIM
=
"::"
;
exports
.
HASH_VALUE_DELIM
=
"=="
;