UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

6 lines 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSingleLine = function (text) { return !!text && text.trim().split('\n').length === 1; }; //# sourceMappingURL=util.js.map