File size: 120 Bytes
748250d | 1 2 3 4 5 6 7 8 | 'use strict';
module.exports = {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
};
|
748250d | 1 2 3 4 5 6 7 8 | 'use strict';
module.exports = {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
};
|