Check if string is inside quotation marks. Supports 22 quotation styles (source)
$ yarn add @shelf/is-string-in-quotes
const {isStringInQuotes} = require('@shelf/is-string-in-quotes');
isStringInQuotes('«hello»');
isStringInQuotes('„hello”');
isStringInQuotes('"hello"');
MIT © Shelf