UNPKG

202 BJavaScriptView Raw
1import ensure from './max-length.js';
2export default (value, max) => typeof value === 'string' &&
3 value.split(/\r?\n/).every((line) => ensure(line, max));
4//# sourceMappingURL=max-line-length.js.map
\No newline at end of file