Repository URL to install this package:
|
Version:
0.6.0 ▾
|
gateway-proxy
/
usr
/
share
/
gateway-proxy
/
app
/
node_modules
/
@commitlint
/
ensure
/
lib
/
min-length.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (value, min) => typeof value === 'string' && value.length >= min;
//# sourceMappingURL=min-length.js.map