UNPKG

flexmonster-mongo-connector

Version:

Custom data source API implementation for MongoDB

8 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Delimeter = void 0; exports.Delimeter = { FIELD_DELIMETER: "!_!", DOTS_DELIMETER: "#_@_#" }; //# sourceMappingURL=Delimeters.js.map