UNPKG

rubic-sdk

Version:
7 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasLengthAtLeast = hasLengthAtLeast; function hasLengthAtLeast(arr, len) { return arr.length >= len; } //# sourceMappingURL=type-guards.js.map