UNPKG

@sourcegraph/stylelint-plugin-sourcegraph

Version:

Custom stylelint rules for Sourcegraph

8 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isString = void 0; function isString(value) { return typeof value === 'string'; } exports.isString = isString; //# sourceMappingURL=validators.js.map