UNPKG
@shelf/is-string-in-quotes
Version:
latest (1.0.0)
1.0.0
0.2.0
0.1.1
Check if string is inside quotation marks (22 styles)
shelfio/is-string-in-quotes
@shelf/is-string-in-quotes
/
lib
/
index.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
export
declare
const
regexps
:
RegExp
[];
export
declare
function
isStringInQuotes
(
str
?:
string
):
boolean
;