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.d.ts
2 lines
(1 loc)
•
59 B
TypeScript
View Raw
1
2
export
declare
function
isString
(
value
:
unknown
):
boolean
;