UNPKG

@shelf/is-string-in-quotes

Version:

Check if string is inside quotation marks (22 styles)

3 lines (2 loc) 105 B
export declare const regexps: RegExp[]; export declare function isStringInQuotes(str?: string): boolean;