UNPKG
@sourcegraph/stylelint-plugin-sourcegraph
Version:
latest (1.0.1)
1.0.1
Custom stylelint rules for Sourcegraph
github.com/sourcegraph/codemod
sourcegraph/codemod
@sourcegraph/stylelint-plugin-sourcegraph
/
dist
/
utils
/
validators.js
8 lines
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"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