UNPKG

rotowire-api-client

Version:

Node and NestJS wrappers for Rotowire feeds

10 lines 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COLLECTION_FORMATS = void 0; exports.COLLECTION_FORMATS = { 'csv': ',', 'tsv': ' ', 'ssv': ' ', 'pipes': '|' }; //# sourceMappingURL=variables.js.map