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