@shelf/is-string-in-quotes

v1.0.0
Check if string is inside quotation marks (22 styles)
string quotes is-string-in-quotes

lint

eslint . --ext .js,.ts,.json --fix

test

jest src

build

rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts'

lint:ci

eslint . --ext .js,.ts,.json --quiet

prepack

yarn build

coverage

jest --coverage

type-check

tsc --noEmit

build:types

tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib

type-check:watch

npm run type-check -- --watch
npm i @shelf/is-string-in-quotes

Metadata

  • MIT
  • >=12
  • Vlad Holubiev
  • released 1/15/2020

Downloads