UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

11 lines (9 loc) 376 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); exports.__esModule = true; exports.default = getListLength; var _getList = _interopRequireDefault(require("./getList")); function getListLength(data, orm, inputValue) { return (0, _getList.default)(data, orm, inputValue).length; } //# sourceMappingURL=getListLength.js.map