UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

12 lines (9 loc) 332 B
import splitToWords from "./splitToWords"; /* This function just gives us a count of cells (columns or rows). */ const lengthOf = value => { var _splitToWords; return value ? (_splitToWords = splitToWords(value)) === null || _splitToWords === void 0 ? void 0 : _splitToWords.length : undefined; }; export default lengthOf;