UNPKG

@v4fire/core

Version:
11 lines (10 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultDataSeparators = void 0; const defaultDataSeparators = { chunk: '{{#}}', record: '{{.}}' }; exports.defaultDataSeparators = defaultDataSeparators;