"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void0;
// The sentence length for Japanese is measured in characters rather than words.var _default = exports.default = {
recommendedLength: 40
};
//# sourceMappingURL=sentenceLength.js.map